I intercept messages as follows: FirebaseMessaging.onMessage.listen((RemoteMessage message) async { print('Message data: ${message.data}'); }); I send mes
I want to make a simple login page using flutter, and using it with firebase. The first step when I created the project my code: flutter create --androidx Proje
Hi i am using some text data to load from firebase and then showing it as Text.I am using Text() widget .I have a field called description in my firebase docume
I am trying to build a Flutter project using Firebase on my MacBook Pro M1. Everything was fine until I added the Firebase Core dependency. Now I can't run the
I just updated Android Studio and started a new project. But now the project grade file seems different. Here are the lines: plugins { id 'com.android.appli
I am trying to use firebase cloud messaging to deploy a http push notifications onto an actual device. When so, I am getting the error "The credential used to a
I saw a similar question here: Is there a workaround for the Firebase Query "IN" Limit to 10? The point now is, with the query in, the union works, but with the
When login first then immediatly show:- "Uncaught TypeError: inputArgs[0].match is not a function" this error . I'm using react-firebase-auth hook. when I try
I have a Linux machine where I installed Flutter via Snap. I want to set up Crashlytics on my project. One of the steps is to install flutterfire_cli as stated
I am using 2 google accounts and 2 different firebase projects for Development and Release for android app. I have Implemented Google Authentication on both of
I use Firebase Crashlytics for crash reporting. Recently I got some Out Of Memory (OOM) crashes on my iOS device. So I'm trying to find any reports in Firebase
Failed to compile ./node_modules/@grpc/grpc-js/build/src/channel.js Module not found: Can't resolve 'http2' in '/Users/Michael/Development/Proje
I am running the following code from android to get the AppCheck Token. However, I am getting an error with in. FirebaseAppCheck.getInstance() .
I am building a firebase function that listens to a trigger and sends a push notification to users. The trigger is based on firestore data that's too complex fo
I am trying to learn how to create an Android application with Android Studio. My project is currently blank, the only page is MainActivity.ja
I'm using firebase storage to store and load images for users on my android app. All users must be authenticated before using it. Occasionally, some user profil
i've been searching for a lot of problem that relate with this but i still didn't find the solution the error say Accessing hidden method Ldalvik/system/CloseG
I'm using Swift and Firestore database to implement an app like Twitter. I want to add sweet (it's like tweet) when button is clicked to the database. And then
I'm trying to download google-services.json from firebase console. The error is There was an error. The config file cannot be downloaded at this time. as it can
I'm trying to incorporate Stripe into an iOS app using Firebase Functions. I'm following the Stripe documentation for "Accepting a payment" in Swift with Node b