firebase Questions

3

I am using firebase Auth for authentication using google, when installed directly to a emulator or via apk it is working as it should. But after publishing it in internal test track of google play ...
Dixie asked 21/3, 2021 at 14:53

13

Solved

Ok so I get the following exception. No idea why it is happening. I have followed the guides how to set up auth for google account. I tried to search the google but no success of any solution for t...

3

Solved

As of July 1, Firebase requires the addition of labels to messages in order for analytics to show about the number of data message sends etc. 'Starting Monday, 1 July 2019, you will be able to f...

2

Solved

I want to test an onCall function via firebase functions:shell as an authenticated usr I’ve tried many of the combinations of calls from https://firebase.google.com/docs/functions/local-emulator#i...

6

Solved

I am encountering an error when attempting to deploy a Firebase function. Despite deleting node_modules and package-lock.json, running npm install, and executing firebase deploy --only functions ma...
Pediatrics asked 9/4, 2023 at 10:10

7

Solved

when trying to firebase deploy, getting this ! Unable to fetch the CLI MOTD and remote config. and then it stops with: Error: An unexpected error has occurred. Anyone an idea? It worked before, I d...
Daria asked 9/2, 2023 at 22:26

2

Solved

I have a firebase storage path that looks like this. firebase.storage().ref('temp/test') the "test" folder has about 25-50 files. I know there is not a way to delete the whole directory i...

1

I am trying to create a chat app using SwiftUI and Firebase. My current approach involves using chatrooms documents and within each chatroom have a subcollection of messages. Therefore, I am using ...

2

Solved

I'm trying to use the admin SDK for firebase on my machine. When I try to get the users collection I get Error: 14 UNAVAILABLE: No connection established. Writing to firestore also does nothing. Ho...
Puppet asked 28/6, 2021 at 16:3

10

Solved

Trying to deploy for the first time to firebase , I looked in alot of guides on youtube and stackoverflow did the same as they did but keep getting blank page after deploy the app. This is my proc...
Mapel asked 17/2, 2020 at 20:6

1

I am trying to update the Firebase app distribution logo. After uploading my client App to Firebase, the logo remains as a basic avatar image, that is, if the App is called "Excellent", t...

6

Solved

The scenario: I am building an app that allows the user to sign in using their Google account, it's worth noting that this is done using Firebase authentication. The problem: The user signs in p...

1

I’m getting dSYM warnings for FirebaseAnalytics when validating my app in Xcode: Upload Symbols Failed
 The archive did not include a dSYM for the FirebaseAnalytics.framework with the UUIDs > [...
Ravel asked 27/9 at 21:45

2

I tried setting up Firebase Crashlytics to my React Native project. I received the following error when I was building the project after I added the build phase script. Script I added from the fire...
Lotus asked 12/1, 2022 at 3:23

3

Solved

GoogleService-Info.plist file is added via Add Files to "Runner" option. So, it is in the Runner directory. I had already checked lots of stack overflow answer but unable to figure out t...
Bowe asked 8/7, 2020 at 4:42

4

I am trying to map my data to Model. Where I am using Firestore snapshot listener, to get data. here, I am getting data and mapping to "User" model that; do{ let user = try User(dictionary: temp...
Gluconeogenesis asked 18/12, 2019 at 10:38

6

I am using Firebase to run the backend for my application. When I try to run the backend using firebase emulators:start --inspect-functions it says Node v: 18.13.0 Firebase-tools v: ^11.18.0 Fireba...
Imprimatur asked 15/4, 2023 at 9:52

5

I have firebase admin permission and cloud functions admin access but even then when I try to run firebase init functions command it gives me following error. Error: HTTP Error: 403, Permission den...
Infectious asked 8/9, 2021 at 15:8

1

Solved

Integrating Firebase into my Android app and have configured it with the SHA-256 certificate fingerprint from my Google key. However, the setup isn't working, and all requests to Firebase are block...

2

Solved

I am getting the following error when trying to integrate App Check into my iOS app. AppCheck failed: 'The operation couldn’t be completed. The attestation provider AppAttestProvider is not support...
Stannite asked 18/7, 2022 at 19:16

3

Im trying to get a signedurl from a file in firebase/gc storage. All other solutions that i could find was to create a service account, download the service key, and use it in my app, but ive done ...

3

How are developers working with Firebase App Check when developing locally using the emulator on localhost? Are you disabling App Check on localhost entirely? Or are you able to emulating App Check...

3

Would anyone know if there is a way to initialize a Firebase function (using emulator to debug locally) with an https address instead of the default http? I'm trying to debug a Telegram bot-related...

3

Solved

I am setting up a new phone and already have the App Tester app on my old phone. On this page Google recommends installing the app in Step 2, but do not provide a link or any instructions for where...
Readily asked 5/5, 2023 at 18:44

4

With XCode i copied the GoogleService-Info.plist in the Runner folder, closed XCode and delete GoogleService-Info.plist from the downloads folder. Now XCode is unable to build the application becau...
Phyfe asked 15/8, 2022 at 10:33

© 2022 - 2024 — McMap. All rights reserved.