firebase Questions
3
We connect our flutter app with firebase with the following command in CLI:
flutterfire configure
As stated in docs: https://firebase.flutter.dev/docs/overview/
Lets say, Now I want this app to co...
9
Everything was working fine before but now firebase can't seem to create a new token. I'm trying to call await FirebaseMessaging.instance.getToken(); but getting this error
FLTFirebaseMessaging: A...
Stutsman asked 27/10, 2021 at 8:54
5
I am trying to successfully run the boiler place App-test.js test that comes with the react-native installation. I have seen this test work "out of the box" with other projects, however, mine fails...
Selfgratification asked 5/4, 2020 at 13:0
4
Solved
I want to get the total number of the documents that exist in firestore.
I don't want to get the data only the total number of inside Products collection I have 200.000 items is that possible with...
Woodley asked 19/11, 2017 at 16:5
6
I am trying to add "Apple Sign In" to my Flutter iOS app using the apple_sign_in package.
The code is mostly working. My problem is that the call to _firebaseAuth.signInWithCredential(cre...
Fitzwater asked 30/7, 2020 at 14:4
10
it's my first time using Firebase. I deployed my angular project with the Firebase CLI, but when i navigate to the specified domain, i only see
Welcome
Firebase Hosting Setup Complete
You're s...
Recondite asked 14/8, 2018 at 13:39
2
I am attempting to implement Firebase Cloud Messaging in an iOS Safari browser since Push Notification and Notification API are now supported.
function requestPermission() {
console.log("requ...
Fatherland asked 16/6, 2023 at 20:23
8
Solved
I'm currently developing a flutter app that requires users to register before using it. I use Firebase Authentication and would like to check whether an email is already registered in the app.
I ...
Gobioid asked 2/8, 2018 at 11:8
1
I am trying to download the file onclick from the following URL:
https://firebasestorage.googleapis.com/v1/b/brand-250.appspot.com/o/downloadLinks%2FIMG_4584.jpeg?alt=media&token=98634702-5f21-...
Misgiving asked 30/11, 2020 at 21:5
3
Solved
I am getting error while deploying nextjs 13 in firebase hosting through firebase-tools.
error - HTTP Error: 400, Could not create Cloud Run service ssrlyeanabot. spec.template.spec.containers.reso...
Ja asked 24/3, 2023 at 16:33
5
I am developing a gym application, consisting of two separate apps: one for administrators and another for members. User registration is facilitated through Google Firebase authentication using ema...
Marx asked 17/6, 2024 at 6:59
1
Solved
I have added Firebase Auth to my Android app and enabled Google sign in as well as added options to Link account, unlink account and revoke access to account. But I have a few questions how these f...
Wassyngton asked 29/12, 2020 at 10:8
1
Since I noticed a misalignment between the count of Users and the count of User IDs on Google Analytics (for mobile apps), I need to understand technically how Google counts Users in mobile apps. W...
Directorial asked 18/11, 2019 at 15:15
3
Solved
We are successfully using the Legacy HTTP Server Protocol on our server for FCM.
I wanted to update to FCM HTTP v1 API today.
I did it step by step and when the server calls the request, we get th...
Bobbyebobbysocks asked 30/10, 2017 at 15:32
7
I'm trying to connect to my firestore using plain javascript. (I wanna get up to speed and running for now)
index.js:
import app from './firebase.js'
import { getFirestore } from 'https://www.gstat...
Defector asked 2/9, 2021 at 15:20
5
Solved
Another day another question regarding Firebase:
I am relatively new to Firebase/node.js/npm ...
I'm currently trying to build a mobile app backend with Firebase for a university project. I use n...
Lantern asked 23/1, 2018 at 18:5
8
Solved
I am getting this error when I am trying to run my React Native app in iOS:
[!] CocoaPods could not find compatible versions for pod "Firebase/Auth":
In Podfile:
Firebase/Auth
RNFBAut...
Twoply asked 2/2, 2021 at 19:22
4
I'm trying to log custom events for my location rating app (Swift). After looking through examples it looks like you give attributes a value similar to a JSON database. I still haven't seen the eve...
Accomplished asked 23/9, 2016 at 20:49
10
Solved
I have created simple React Native screen which can store data to firestore. I have tried below code but it did not work rather than throw some error. anyone can help me out?
My Code:
App.js
import...
Ecuador asked 6/1, 2021 at 10:32
3
Solved
While testing the security of one of our product, a web application, using the REST API of Firebase we got surprised when we realised that refresh-tokens never expire in the V3 of the Firebase impl...
Cynde asked 19/5, 2017 at 13:4
3
I made a Chrome Extension and used Firebase to collect data into a database.
It worked fine for some time, but it seems there were some changes to Chrome.
Now I get the following error in the javas...
Pisolite asked 17/6, 2015 at 10:39
11
I got stuck with this issue for so long. To find the root cause, I tested the Next-auth authentication by running next-auth example code. Everything runed just fine on local (http://localhost:3000)...
Kristakristal asked 19/3, 2023 at 16:24
8
Solved
I want to implement change password functionality for my application.
I included com.google.firebase:firebase-auth:9.0.2 in my build.gradle file and so far everything has been working fine until I...
Callery asked 5/10, 2016 at 5:32
5
We are using firebase cloud messaging to get the push notification into android app.
Currently to test push notification we need to send the message to FCM server and wait for the message to arri...
Ton asked 27/10, 2016 at 16:38
4
I have updated my Xcode to 15.0 and now it's giving me this error:
ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited =
Settings::CacheSizeUnlimited;
// An attribu...
© 2022 - 2025 — McMap. All rights reserved.