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
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
Iam using django webapp.I signed in with import pyrebase firebase = pyrebase.initialize_app(config) authe = firebase.auth() user = authe.sign_in_with_email_
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 (
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
I have Firebase App with Realtime Database, I have db.json as { "brs" : { "route": [ { "routeDestination": "DDDD1", "routeOrigin":
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
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
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
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.
I'm having a problem with use the FirebaseMessagingService. The FirebaseMessagingService works fine. I receive the messages and the notifications. But I need se
I would like to know about firebase requires-recent-login. If I reauthenticate user like this firebase.auth().currentUser.reauthenticateAndRetrieveDataWithCre
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
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
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
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'
I have a cloud function that is triggered by updates to storage. when I deploy any function that utilises cloud storage, I get an error code 7 and an insufficie
I was testing my login/sign up feature and for some reason I can't understand Firebase now is blocking all requests from my device. I've waited one day to try
I'm trying to install Firebase via CocoaPods for my Objective-C iOS Application. My Podfile is as follows: target 'RandomName' do pod 'Firebase/Core' pod 'Fire
With the new Firebase API you can upload files into cloud storage from client code. The examples assume the file name is known or static during upload: // Creat