Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
12 views

Flutter Firebase require resign in to work

I am using Firebase Auth and Firestore, it works fine but when close the app for a while( more than 30 mins approximately) no firebase code work and i get the following error: W/System (12108): ...
Ahmed El Sayed's user avatar
0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
10 views

What is the benefit of providing an app signing key to Firebase for messaging? [duplicate]

Firebase Console provides the option to add a signing key in the firebase project settings, see screenshot: However, this doesn't seem to influence push notifications (on android): correct signing ...
m.reiter's user avatar
  • 2,325
0 votes
0 answers
10 views

Firebase Phone Authentication Error: Invalid PlayIntegrity Token and App Verification Issues in Development Mode

I'm developing an Android app that includes phone number sign-in and OTP verification using Firebase. The app is currently in development mode and has not been published on the Google Play Store. ...
Aashish Ace's user avatar
1 vote
0 answers
18 views

Redirecting to "Google.com" when trying to Google Login in React Native Expo App

This is what my app.config.js looks like. Both IOS and Android have different package names because my android app got suspended, and I had to rename it. I have a feeling It's because the bundle name ...
Hamaad Fahim's user avatar
0 votes
0 answers
18 views

I initialized firebase for user auth and other functions in my flutter app and it's returning some errors I don't understand

This is the error being returned. I already initialized flutter clean and flutter run still returned same thing. I tried Flutter clean and flutter run, all went to no avail. FAILURE: Build failed with ...
shizzleclover's user avatar
0 votes
0 answers
27 views

How do you save user data to firestore database?

When using the iOS simulator to run my app when i register users their email and uid gets saved to the auth. But the users data does not get saved to the firestore database to create a collection. ...
Mohamed Coulibaly's user avatar
0 votes
0 answers
19 views

ImageView not updating properly

I am trying to generate a pdf in Android Java and I'm doing that by inflating a card view and changing the image using Picasso. I am loading the image from Firebase Storage using getDownloadUrl(). But ...
Shubham garg's user avatar
0 votes
0 answers
23 views

Error while integrating Firebase with flutter app

A problem occurred evaluating root project 'android'. A problem occurred configuring project ':app'. Could not create task ':app:compileFlutterBuildDebug'. > Cannot get property 'apiLevel' on null ...
user26495599's user avatar
0 votes
0 answers
20 views

Firebase storage get image issue on android and ios devices: net::ERR_NAME_NOT_RESOLVED

I'm trying to make a GET request of a png from firebase storage. I've an angular app running on an nginx within a docker container. I'm using a vpn to host this web server, the vpn clients i'm using ...
Elliot Alderson's user avatar
0 votes
0 answers
47 views

"Cross-origin redirect sign in on Google Chrome M115+ is no longer supported and will stop working on 24 June 2024." with kotlin android studio

i have a google signin auth for my kotlin android app but this massege "Cross-origin redirect sign in on Google Chrome M115+ is no longer supported and will stop working on 24 June 2024." is ...
Ammar Momani's user avatar
0 votes
0 answers
16 views

Flutter Android Phone Sign In Crash

My Flutter app is crashing when the Firebase code is sent after trying to sign in with a phone number for Android user. Exception java.lang.RuntimeException: at android.app.LoadedApk$...
Jess_c_lee's user avatar
0 votes
0 answers
13 views

Build issue: Conflicts with Google Protobuf dependency with existing Firebase dependencies

Facing Issue when adding - implementation 'com.google.cloud:google-cloud-vision:3.44.0' library in gradle facing error as shown in image Gradle Error code below - Caused by: java.lang....
Nitesh Chauhan's user avatar
-1 votes
0 answers
29 views

Invariant Violation: "main" has not been registered in React Native with Expo

I am working on a React Native project using Expo, and I'm encountering an error when trying to bundle my application for Android. The error message states: Invariant Violation: "main" has ...
Lucas Sekwati's user avatar
0 votes
1 answer
25 views

Getting a local cache with a huge delay

I am trying to force firebase to use data from the cache if the Internet connection is lost when working with my android application on React Native. The idea is that when the user opens the screen, ...
Сергей's user avatar

15 30 50 per page
1
2 3 4 5
2487