Category "firebase"

W/System: Ignoring header X-Firebase-Locale because its value was null

Im very new to android studio. I'm trying to make a signup page with email and password authentication with Firebase. Howerver, whenever I try to click the sign

How to do a bulk update in Firestore

I'm using Cloud Firestore and have a collection of documents. For each document in the collection I would like to update one of the fields. Using a transactio

Create user with firebase admin sdk that can signIn using email and password

I'm using firebase admin SDK on cloud functions to create users using admin.auth().createUser({ email: someEmail, password: somePassword, }) now I want us

Can't find variable: IDBIndex on firebase/react native(expo)

I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get

How to save GeoPoint in Firebase Cloud Firestore?

in the database UI I can create a field with the type geopoint. After providing values, it looks something like this: location: [1° N, 1° E] I'm tryi

How to get data from firestore document fields in flutter?

I'm trying to test firestore in my flutter-app but I can't really load the data as expected. This is how I get the data: Firestore.instance .collecti

Firebase auth gets stuck on iOS login without error

I've set up the most basic implementation of firebase auth login with email and password. firebase.auth().signInWithEmailAndPassword(email, password).then(() =&

firebase how to deploy only specific function of express() app

I use an Express app on cloud functions deployed with the Firebase CLI. What is the way to deploy only one specific function? const app = express(); app.post(

How to play list(array) of videos from firebase :In my case I tried with lot of changes but I get this error

Here there are my two Dart file from that I retrieve my Video from firestore but in that, I made video array and try to retrieve it but it gives me an error , i

Method Exception found while using the image picker in flutter

I am getting a error in the image picker plugin. Have tried all the resources from stack overflow and am really stuck with this from past two days. Whenevr I am

Setting image source to Firebase Storage URL with React Native

So I am trying to set a image source to the download url that I get back from Firebase Storage...the issue is that it is not showing the image but the console a

npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration

I am stuck at this for long, checked several post but no solution. I am trying to deploy firebase functions. I have run, npm install -g firebase-tools, npm fire

How to Use Firebase Phone Authentication without recaptcha in React Native

I want to use firebase phone verification without recaptcha in react native. Below is my code. The code is working properly. But I Don't want to use recaptcha.

Send notification to only one user in firebase [closed]

I have an android app and I want to send notifications to only one user when data is change. How can I do that? I don't want to send my messag

How do you add multiple documents at once to a collection in Firestore?

I am somewhat new to Firebase and looking for the ability to write multiple JSON objects into a collection under random IDs in one operation. I am just using fi

firebase.auth().currentUser is null

I'm trying to retrieve the UID of the current logged-in firebase user in my Angular 4 app. Though, if I'm logging 'firebase.auth().currentUser' to the console I

Moving or copying data from one node to another in firebase database

I am trying to move my data present at one node i.e cart_details/UID to another node orders/UID/order1. I tried different ways of doing it but all seem to be a

Firebase messaging warning messages on service worker install process

I'm using firebase for push web notifications, my file firebase-messaging-ws.js is something like this: importScripts('https://www.gstatic.com/firebasejs/7.19.

Firebase - get childrens of children

I am looking for a good solution to take data from a child of children. As You can see in my "users" database i have nodes with users uid's, and in this nodes i

Firebase/Firestore - database has insecure rules?

I have a SwiftUI application, which uses Firebase as a back end, and my rules are something like this: rules_version = '2'; service cloud.firestore { match /d