Category "firebase"

The provided registration token is not registered

I'm trying to send push notification for iOS via Google cloud functions but it returns error that The provided registration token is not registered. But I've ch

Firebase Deep Link Web URL query is empty - iOS

I have a problem receiving Firebase Dynamic Links with the new custom URLs. I created one "abc0.page.link", I set up everything to create it in code from the ap

Firebase auth : getIdTokenResult(true) returns expired token after few minutes of inactivity

Using Firebase auth from https://github.com/invertase/react-native-firebase for the react-native project. It works well in all scenarios, handling the token ren

What steps to take to verify my Android Firebase app is on the cloud

I'm a newbie to the firebase cloud process. I have a commercial a security camera to view my house that I can view on my phone many miles from my home. Gettin

AngularFireList, property valueChanges() show the error Property 'query' is missing in type 'Observable<{}[]>

I'm having a hard time to figure out this error. Here is my code that I'm building in to make a AuthGuard service: user.service.ts: import { Injectable } from

Module not found: Error: Package path . is not exported from package

import firebase from 'firebase' const firebaseConfig = { apiKey: "AIzaSyBOK7x5N5UnjY4TDqndzH7l5tvdNIsWFRc", authDomain: "todo-app-e3cf0.firebaseapp.com",

Firebase FCM - how to test Retry-After with exponential back-off

I want to implement the recommended exponential back-off trying to honour the Retry-After header eventually returned by the Firebase Cloud Messaging, using HTTP

Firebase Authentication: Emails sent but not received on special email addresses such as *@gmx.at

I am using Firebase Authentication in my Ionic App. Some users have reported to not receive the verification email which is sent after a user signs up, or when

Firebase V9 - Custom 'Doc ID' Upon Creation (Javascript)

Im wanting to create a doc in Firebase Firestore with Javascript... That doesn't just have the automatic generated ID return addDoc(collection(db, "users"), { b

missing data in Firebase / Google analytics

We accidentally unlinked our Google analytics account from Firebase and linked it to another project in another organisation. Status quo is that in current proj

firebase signOut() method doesn't sign out

I use firebase v9 and created a react hook for convenient verification of user authorization. After authorization, I can't log out on the page as if the signOut

How to solve Attempt to invoke virtual method 'void com.google.firebase.auth.FirebaseAuth.signOut()' on a null object reference?

I have two activities (mainactivity and main2activity). I got the Google login code from GitHub Firebase login demo. When in SignIn with Google, it redirects to

Firebase RTDB trigger not fired from Flutter Firebase SDK triggering event

I am developing an application in Flutter and during development, I encountered this anomaly. On Firebase Realtime Database I have a simple trigger for testing

Expo file system Firebase Storage can't retrieve file (403 error)

I am trying to retrieve a file from Firebase Storage with the URL from getDownloadURL, using the Expo FileSystem. However, I keep getting a 403 response. My rul

FirebaseOptions cannot be null when creating the default app

I am trying to try a sample project in Flutter integration email and google based login, and planning to use firebase initialisation for doing it while I have f

Firebase error - call Firebase App.initializeApp() -

I have problem with firebase in react. It shows "Uncaught FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeAp

Firebase Storage very slow to respond

The time to download an image from firebase storage: 2.59s Is there any way to speed this up to a decent time, or is firebase storage unusable for small files

It is possible to have a contains search query in firebase? [duplicate]

I tried this: Query firebaseSearchQuery = myRef.orderByChild("from").startAt(searchText).endAt(searchText+"\uf8ff"); but i want something

Get empty result api firebase [FCM]

I've saved some of my mobile registration_codes that are connected with my development environment of Firebase. Once I send a manual notification by the api I r

Implement Firebase App Check for Flutter app

I want to add Firebase App Check service to my Flutter app. I found this tutorial: https://firebase.flutter.dev/docs/app-check/usage, I have been able to comple