Category "firebase"

Firebase Authentication iOS 12 invalid token

I have an App that makes use of Firebase Authentication using phone SMS verification and recaptcha (no APNS) The App works fine with the Authentication process

Cannot login with the Firebase CLI

I have a problem when I try to login to Firebase using the CLI. I installed firebase-tools using npm -g install firebase-tools with admin rights. The steps I do

React project firebase deploy showing welcome screen

Deployed my react app on firebase through my VS code terminal, on clicking the url generated, it's showing me the attached firebase welcome screen. Please who k

How can I update more than 500 docs in Firestore using Batch?

I'm trying to update a field timestamp with the Firestore admin timestamp in a collection with more than 500 docs. const batch = db.batch(); const serverTimest

'streamChatState != null': You must have a StreamChat widget at the top of your widget tree

I am new to flutter and im trying to run a chat app with getstream chat api and firebase. I keep running into an error every time i try to sign in or sign up Sc

list of all auth/ errors for firebase web API

To handle all possible auth/ errors Firebase can return to a somehow invalid login I am in search for a full list of all auth/ errors. I could find such a list

signout from firebase using python

Iam using django webapp.I signed in with import pyrebase firebase = pyrebase.initialize_app(config) authe = firebase.auth() user = authe.sign_in_with_email_

Firestore dynamically update security rules

Imagine we have Chat application and in this application, we have many rooms, some private and some for everyone. Every room has an admin who can manage users (

Android 12 firebase push notifications don't work when app is in the background

I'm sending test push notifications form firebase>compose notification page. I receive push notifications on Android 8, 9, 10, 11, but not 12. And I have two

Not a direct subclass of GenericTypeIndicator: class com.google.firebase.database.GenericTypeIndicator

I have Firebase App with Realtime Database, I have db.json as { "brs" : { "route": [ { "routeDestination": "DDDD1", "routeOrigin":

Limit for Device Group Messaging (FCM)

As per docs, it is stated that - "The maximum number of members allowed for a notification key is 20." What are 'members' here? Are they the registration toke

Error: "Package firebase-functions has been ignored because it contains invalid configuration" - only occurs on Mac M1, not on Windows

When I try to build my react native app in both android and ios on my Mac M1, I get this error.....it does not occur when I build on Windows: Package firebase-f

Error: "Package firebase-functions has been ignored because it contains invalid configuration" - only occurs on Mac M1, not on Windows

When I try to build my react native app in both android and ios on my Mac M1, I get this error.....it does not occur when I build on Windows: Package firebase-f

No such module 'FirebaseFirestore'

Trying to build my app but can't it always gives me problems with FirebaseFirestore. It seems to recognize FirebaseStorage and Firebase fine but not FireStore.

FirebaseMessagingService singleton? Controlling the instance

I'm having a problem with use the FirebaseMessagingService. The FirebaseMessagingService works fine. I receive the messages and the notifications. But I need se

Firebase 'requires-recent-login'

I would like to know about firebase requires-recent-login. If I reauthenticate user like this firebase.auth().currentUser.reauthenticateAndRetrieveDataWithCre

How i can make Flutter application start when it receives background firebase message even if the screen is locked i want my app to start

I tried this code but it didn't works: package com.example.flutter_telegram import android.os.Bundle import io.flutter.app.FlutterActivity import io.flutter.pl

Android - Compilation issue-Build Analyzer [duplicate]

I am making a project in android with java of a chat with firebase to collect data. The problem is that I have finished it and it compiles wel

Android - Compilation issue-Build Analyzer [duplicate]

I am making a project in android with java of a chat with firebase to collect data. The problem is that I have finished it and it compiles wel

Getting UNAUTHENTICATED Firebase scheduled functions

I've created a simple project in firebase and i wanted to try scheduled functions: https://firebase.google.com/docs/functions/schedule-functions After deploy I'