Category "firebase"

Async arrow function expected no return value

I'm building an application with Firebase oAuth. I followed all the instructions, but my code is returning an error saying that 'asyn arrow function expected no

Function DocumentReference.set() called with invalid data. Unsupported field value: a custom Budget object

Below code works fine until today. But I don't know now it is not working and gives below error.Could you tell me why? Error: Function DocumentReference.set

APNS device token not set before retrieving FCM Token for Sender ID - React Native Firebase

I have been following this tutorial to set-up Remote Push notifications on my react-native application using react-native-firebase Version 5.2.0. After I config

how to solve "Target of URI doesn't exist package:flutter_facebook_login/flutter_facebook_login.dart" in flutter?

i am a noob and trying to run an app that i cloned from github but i am getting this error i tried everything i could find on various sites but couldn't get rid

Android: Internal error in Cloud Firestore (24.0.2)

Iam using Firestore 24.0.2, and it was working well, but now i surprised that it is not working, and the app crash when opening MainActivity after Splash Activi

E/FirebaseInstanceId: Token retrieval failed: AUTHENTICATION_FAILED - what changed?

I'm not sure what's going on here, I pulled my recently updated repo and every time I open the app to debug it on an emulator I get E/FirebaseInstanceId: Token

Firebase Storage REST API

I need very simple static image server for my flutter app. I am thinking about Cloud Storage, because I don't want to worry about own server administrating. I a

Make proxy configuration works with firebase hosting

I have an angular app with some proxy configuration. proxy.conf.js { "/my-api": { "target": "http://app.myapp.fr", "secure": false, "cha

Schedule notification in flutter using firebase

How can I schedule the flutter notification with Firebase to run in the background even if the mobile phone is turned off.

How to get document by current signed in user in Google Firestore

I am trying to get a specific document that is created when a user signs up. I made it so that when the use signs up, their firebase user ID is the name of the

How can I access specific data in Firebase?

I want to delete the messages of every user before 30 days. When the user enters the application, their own messages are deleted. But I can't access every user'

Check if email is verified in ionic and firebase [closed]

After a user login , I want to check if the email used by the user is verified. I used to do it like this. import * as firebase from 'firebase

How to set Flutter FCM Background Notification Settings

I don't have any problem with sending notifications. The only problem is that I can't set background notifications. While notification importance and icon in on

angularfire2 transactions and batch writes in firestore

How can I do batch writes/run transactions with firestore in an angular2 app? https://firebase.google.com/docs/firestore/manage-data/transactions If it's poss

How To Check Whether User is Disabled or Not in Firebase Auth

I have a Login System implemented using Firebase Auth, But Whenever I Disable any user he/she can still be logged. But When he/she log out and login him/her by

Firebase serve error: Port 5000 is not open. Could not start functions emulator

I'm trying to serve firebase functions locally, but when I run firebase serve or firebase emulators:start the error message is: "Port 5000 is not open, could no

Firebase Dynamic Links stop working after IOS app Transfer to new Developer Account

Our app had dynamic links up and running in the AppStore, but we had to transfer the app to a new developer account. After the transfer dynamic links no longer

Firebase v9 on react JS

I just want to check if i dont create an other chats on my firebase. I query all my chat with this email and then, i check if the array contain the email i wann

Remove a Row from recycle view and Firebase

Hi I am trying to remove A row from a recycle view and once it is removed from the recycle view it should also be removed from the firebase realtime database. I

how to add elements to Listview.builder without rebuilding all the previous items

i use Listview.builder with a List of items in flutter , when the user scroll down i listen the the scroll controller than i get more data from firebase Firesto