Just added desktop support to my flutter app, it runs fine in the android emulator, but wont render any element in neither browser nor desktop, just a simple bl
I want to use the http package to send notifications to topics through the flutter app using the docs as in https://firebase.google.com/docs/cloud-messaging/sen
I have defined a firebase function like this: exports.getTestResults = functions.region("europe-west3").https.onCall((data, context) => { return {
I recently integrated firebase app distribution in my app and used the Firebase console. I used to generate APK and upload manualy via console and distribute th
I am trying to save the document id in the a new field but if i use 'postId': _firebase.collection('Posts').doc().id, this will generate a new id any suggestio
I am using the RazorPay API in my android app and I want to update the value of a particular user's "count" on successful payment. So I put the following code f
I updated my android studio to the latest version day before yesterday and now I can't find the signing report which used to be under Tasks in the Gradle sectio
I linked my Android app with Firebase using Android Studio Which created and set my google-service.json into my project. When i debug my event logging in logca
I'm trying to validate a JWT issued by the Firebase Auth emulator. The following code snippet is working fine for production apps, but I can't figure out how to
I am trying to create a chatroom application using react and firebase. Initially, I got an error while importing auth and firestore at once i.e import { auth, f
Is there a way to delete a user from firebase authentication, when the current user is not the one who is being deleted. I know that there is a way to delete a
I am now developing a social application. But recently I noticed that Firebase is blocked in China. So I want to make sure whether firebase can be used in China
I have an image upload function on my application that is using firebase as a backend. I've enabled the Resize Images extension, but the quality was too low on
I have an image upload function on my application that is using firebase as a backend. I've enabled the Resize Images extension, but the quality was too low on
I have seen lots of answers in stackoverflow but none is working for me! This is my code: import UIKit import Firebase class ViewController: UIViewController
After registering with Firebase Authentication "Email / Password",saving e-mail without verification.I have application with Flutter firebase. When someone regi
Background I am using Android Studio to create a Flutter web app. The app runs successfully on localhost in Google Chrome. When I deploy it to Firebase hosting,
I'm trying to run a simple query, where I search for a document that contains a value inside an object array. For instance, look at my database structure: I wa
I have a ListView, filled with Firebase collection as chat messages. When the user long press a ListTile (an item on the list), I show a BottomSheet. When the
I'm getting the token from the firebase using the client end and passing it to the server/backend for storage, but when I call subscribe to topic using that fir