tagged [firebase]
Why do I get com.google.android.gms.common.api.ApiException: 10:?
Why do I get com.google.android.gms.common.api.ApiException: 10:? ``` private void handleSignInResult(Task completedTask) { try { GoogleSignInAccount account = completedTask.getResult(ApiExcepti...
- Modified
- 9 Mar at 17:39
FirebaseInstanceIdService is deprecated
FirebaseInstanceIdService is deprecated Hope all of you aware of this class, used to get notification token whenever firebase notification token got refreshed we get the refreshed token from this clas...
- Modified
- 25 Jul at 12:56
How to use Apple's new .p8 certificate for APNs in firebase console
How to use Apple's new .p8 certificate for APNs in firebase console With the recent up gradation of the Apple developer accounts, I am facing a difficulty that while trying to create the push notifica...
- Modified
- 1 Jun at 13:19
firebase.firestore() is not a function when trying to initialize Cloud Firestore
firebase.firestore() is not a function when trying to initialize Cloud Firestore When I try to initialize Firebase Cloud Firestore, I ran into the following error: > Uncaught TypeError: .firestore is ...
- Modified
- 13 Oct at 22:8
Is it safe to expose Firebase apiKey to the public?
Is it safe to expose Firebase apiKey to the public? The [Firebase Web-App guide](https://firebase.google.com/docs/web/setup#add_firebase_to_your_app) states I should put the given `apiKey` in my Html ...
- Modified
- 12 Apr at 19:35
The pipe 'async' could not be found
The pipe 'async' could not be found I am trying to build a simple blog with Angular 2 and Firebase and I am having issues using async pipe in a component. I get the error in the console. > zone.js:344...
- Modified
- 10 Jan at 05:34
How to update a single firebase firestore document
How to update a single firebase firestore document After authenticating i'm trying to lookup a user document at /users/, then i'd like to update the document with data from auth object as well some cu...
- Modified
- 22 Dec at 06:59
Use multiple JWT Bearer Authentication
Use multiple JWT Bearer Authentication Is it possible to support multiple JWT Token issuers in ASP.NET Core 2? I want to provide an API for external service and I need to use two sources of JWT tokens...
- Modified
- 4 Feb at 11:45
How to update an "array of objects" with Firestore?
How to update an "array of objects" with Firestore? I'm currently trying Firestore, and I'm stuck at something very simple: "updating an array (aka a subdocument)". My DB structure is super simple. Fo...
- Modified
- 23 Sep at 05:49
Do Firebase streaming REST connections count against the concurrent connection limit?
Do Firebase streaming REST connections count against the concurrent connection limit? In a [recent question](https://stackoverflow.com/q/28229543/209103) someone pointed out that the [Firebase pricing...
- Modified
- 23 May at 11:46
firebase.auth is not a function
firebase.auth is not a function I am using Webpack with firebase and firebase-admin. To install firebase I ran: I am importing firebase using: I also tried: And I tried: As suggested in [web get s
- Modified
- 9 Jan at 08:32
How do I convert a Firestore date/Timestamp to a JS Date()?
How do I convert a Firestore date/Timestamp to a JS Date()? I am trying to convert the below date to a javascript Date() object. When I get it back from the server, it is a Timestamp object, [](https:...
- Modified
- 9 Sep at 18:28
unity3d : The type "task" exist in both Unity.Tasks and mscorelib
unity3d : The type "task" exist in both Unity.Tasks and mscorelib I created a blank project with unity 2019.1.4f1. I imported the firebase SDK package for authentication and another google sign in pac...
- Modified
- 3 Jun at 08:43
How do you send a Firebase Notification to all devices via CURL?
How do you send a Firebase Notification to all devices via CURL? I'm attempting to send out a notification to all app users (on Android), essentially duplicating what happens when a notification is se...
- Modified
- 23 May at 11:47
Firebase 3: creating a custom authentication token using .net and c#
Firebase 3: creating a custom authentication token using .net and c# I'm trying to implement Firebase 3 Authentication mechanism using Custom Tokens (as described at https:// firebase.google.com/docs/...
- Modified
- 5 Jul at 16:4
Firebase (FCM) how to get token
Firebase (FCM) how to get token It's my first time using FCM. I download a sample from [firebase/quickstart-android](https://github.com/firebase/quickstart-android) and I install the FCM Quickstart. B...
- Modified
- 3 Aug at 11:24
Analytics Reporting API V4 Client Library for .NET
Analytics Reporting API V4 Client Library for .NET I'm trying to get some data from our google analytics instance and I'd like to use the Analytics Reporting API V4 Client Library for .NET ([https://d...
- Modified
- 25 Apr at 20:22
firebase.database is not a function
firebase.database is not a function I am trying to upgrade from earlier firebase version to the latest in my [ionic project](http://ionicframework.com/). I followed [this](https://firebase.google.com/...
- Modified
- 9 Jul at 06:21
SetActive() can only be called from the main thread
SetActive() can only be called from the main thread I am stuck with this problem for 3 days, I did a lot of research, but couldn't find any answer, Here is a brief explanation of what is happening, tr...
Plugin with id 'com.google.gms.google-services' not found
Plugin with id 'com.google.gms.google-services' not found I have followed this [link](https://firebase.google.com/docs/admob/android/quick-start) to integrate ads in my app. But it shows this error: !...
Command Failed: gradlew.bat installDebug error whenever installing dependencies like navigation, firebase, icons etc in React-Native
Command Failed: gradlew.bat installDebug error whenever installing dependencies like navigation, firebase, icons etc in React-Native When ever i install any dependency in my react native project and w...
- Modified
- 16 Dec at 13:56
How can I solve the error 'TS2532: Object is possibly 'undefined'?
How can I solve the error 'TS2532: Object is possibly 'undefined'? I'm trying to rebuild a web app example that uses Firebase Cloud Functions and Firestore. When deploying a function I get the followi...
- Modified
- 26 Feb at 11:27
How to solve Warning: React does not recognize the X prop on a DOM element
How to solve Warning: React does not recognize the X prop on a DOM element I'm using a thing called [react-firebase-js](https://react-firebase-js.com) to handle firebase auth, but my understanding of ...
- Modified
- 4 Feb at 16:42
Java.Lang.NoClassDefFoundError when implementing firebase cloud messaging
Java.Lang.NoClassDefFoundError when implementing firebase cloud messaging I am implementing push notifications using Firebase Cloud Messaging, for this I added this code in my AndroidManifest.xml file...
- Modified
- 2 Jan at 17:40
Retrieving new Firebase access token for REST services in .NET from Google auth service
Retrieving new Firebase access token for REST services in .NET from Google auth service After a change of firebase authorization system, I'm trying to retrieve access token in c# from google auth serv...
- Modified
- 16 Apr at 08:26