firebase-app-check Questions
1
Solved
Integrating Firebase into my Android app and have configured it with the SHA-256 certificate fingerprint from my Google key. However, the setup isn't working, and all requests to Firebase are block...
Cytochemistry asked 27/4 at 12:39
2
Solved
I am getting the following error when trying to integrate App Check into my iOS app.
AppCheck failed: 'The operation couldn’t be completed. The attestation provider AppAttestProvider is not support...
Stannite asked 18/7, 2022 at 19:16
3
How are developers working with Firebase App Check when developing locally using the emulator on localhost? Are you disabling App Check on localhost entirely? Or are you able to emulating App Check...
Key asked 23/11, 2021 at 16:31
2
I have just set up my app and integrated appcheck
and the code looks like
import { initializeApp, getApps } from "firebase/app";
import { getAuth, } from "firebase/auth";
import...
Scirrhous asked 11/9, 2022 at 10:45
2
Solved
I'm trying to make Firebase App Check work but I'm struggling to find a way to do so using Angularfire as there seem to be no docs on it from what I can find.
...
import { getFirestore, provideFire...
Vacuity asked 18/4, 2022 at 13:4
4
Q:
How can permission errors be resolved for Firebase App Check?
Background:
I have enabled App Check per the documents:
DeviceCheck is enabled/configured per:
https://firebase.google.com/docs/app-...
Cythiacyto asked 2/9, 2021 at 17:42
2
After setting up AppCheck for my iOS app using DeviceCheck and App Attest, I'm getting errors like the following in the Xcode console when running the simulator or on an actual iPhone.
10.10.0 - [F...
Doud asked 22/7, 2023 at 15:34
2
I built an app that uses flutter, Firebase Firestore and Firebase Authentication.
I published my app in both Android Play store (internal tests) and Apple App Store (Testflight) using the exact sam...
Sagesagebrush asked 16/9, 2023 at 3:54
1
Solved
I recently received notifications from some users indicating that my application is not working. This issue has resulted in many uninstallations. After analyzing the problem, it was identified that...
Mada asked 6/3 at 15:19
3
I am running the following code from android to get the AppCheck Token. However, I am getting an error with in.
FirebaseAppCheck.getInstance()
.getAppCheckToken(true)
.addOnSuccessListener(new On...
Fetish asked 14/1, 2022 at 14:24
0
I can't manage to make a release version of a flutter app to correctly identify with app check using the play integrity provider.
As I read, the play integrity verifies that the app has been downlo...
Methodize asked 16/2 at 19:23
2
Firstly I am trying to achieve sms login in my app.
I get this error when I try to send sms to user .
Explanation: My app was working a month ago but after uploading it to google play console my ap...
Lotty asked 3/11, 2023 at 14:57
1
Solved
I am developing an application using Next.js App Router and Firebase. I would like to integrate the AppCheck service so that all requests to Firebase are verified.
However, when I initialize AppChe...
Eristic asked 14/11, 2023 at 16:56
3
Solved
Has anyone encountered this issue with Firebase version 8.11.0. I am unsure how to suppress it for my app. Do I need to integrate AppCheck into my project?
[Firebase/Firestore][I-FST000001] AppChec...
Oahu asked 22/1, 2022 at 3:9
2
My app was working normally since today.I already included Firebase Storage in my Android Flutter App and it works after that today I get AppCheck Errors suddenly. I was not include App Check for o...
Valdes asked 21/11, 2021 at 20:20
2
Solved
Firebase Auth provides a REST API to create/delete/edit auth users. As API Keys are not private, anybody can use the API.
The endpoint e.g. to create new users is publicly available and can't AFAIK...
Antipyrine asked 22/11, 2021 at 11:39
2
Solved
I using firebase_app_check in my flutter app. And I use AppCheck in Firebase. it turned out to be not easy to set up, there are a lot of "white spots" in the documentation. so in order:
...
Whitefish asked 23/9, 2022 at 19:22
5
Previously, I used to check the application through Safety Net. Then, when logging in by phone number, the error This request is missing a valid app identifier came out. I started to figure it out ...
Longship asked 15/6, 2022 at 12:18
5
As per documentation we can add appcheck as below,
exports.yourCallableFunction = functions.https.onCall((data, context) => {
// context.app will be undefined if the request doesn't include...
Lorou asked 22/6, 2021 at 12:7
4
I want to include Firebase App Check for Firebase Storage in my Android Flutter App.
Therefore I was following the official documentation: https://firebase.flutter.dev/docs/app-check/usage.
This is...
Tortious asked 8/7, 2021 at 10:27
3
I set up App Check for iOS and Android on Flutter. iOS devices are working fine and able to access my RT Database and Cloud Functions. However, Android devices are blocked. I used the SHA-256 certi...
Phonetist asked 5/8, 2022 at 23:44
3
I have a flutter application, adding AppCheck and using Android Emulator to test and debug.
I am testing the access of Realtime database. From my Firebase Console, AppCheck shows that all my access...
Oxeyed asked 8/10, 2021 at 15:31
0
AppCheck with Flutter/Firebase - AppCheck failed: 'The operation couldn't be completed.'
Here's the link of the documentation for the issue I'm facing:
https://firebase.google.com/docs/app-check/flutter/debug-provider?hl=en&authuser=0
I'm following the steps to integrate AppCheck t...
Bowhead asked 9/1, 2023 at 22:40
2
I have secured my project with Appcheck in Firebase, I have two apps in my firebase project in which one of them is a web app (https://host-bloodhelper.web.app/) and the another is an Android app (...
Exposition asked 18/8, 2021 at 11:10
1
I am trying to implement Firebase AppCheck feature for my React web application. I registered for reCaptchav3 but it doesn't seem to be working. I followed the sample on Firebase AppCheck Documenta...
Hasen asked 6/7, 2022 at 7:34
1 Next >
© 2022 - 2024 — McMap. All rights reserved.