Skip to main content

All Questions

1 vote
0 answers
42 views

Firebase Realtime Database not working properly when offline on ios

I am trying to create a counter app on flutter using firebase realtime as my database. Have enabled persistence and also syncing all the paths to enable offline capabilities. Everything works fine on ...
Aman Dalal's user avatar
0 votes
1 answer
46 views

Flutter: How to use GoRoutes correctly with Firebase Auth

I have a Flutter app where I use GoRouter for the routing part, FirebaseAuth for the authentication, Riverpod for the state management and Firebase Realtime for the database. When a user registers on ...
Mervin Hemaraju's user avatar
1 vote
0 answers
73 views

Flutter Firebase Database loads indefinitely on IOS

I have a flutter app where I use Firebase Auth and Firebase Database. The app works fine on my android phone. I am able to authenticate and add data to the database. The issue is on Iphone. The ...
Mervin Hemaraju's user avatar
-1 votes
1 answer
50 views

Getting server timestamp of Firebase Realtime Database in Flutter/Dart

I am using Firebase Realtime DB for a messaging app written in Flutter. Whenever the user sends a new message, the message receives the timestamp of the client. This is obviously insecure. Therefore I ...
Jonathan's user avatar
0 votes
0 answers
32 views

Flutter with Firebase Real Time Databases

I'm new to Firebase Real Time Databases. In my Flutter App I'm trying to set up a connection to my database but unfortunately I can't fetch any data. From my knowledge I set everything up as it's ...
baloth's user avatar
  • 9
1 vote
1 answer
18 views

flutter web make invalid path error when using realtime database emulator

I'm working with flutter and realtime database emulator. When i try to read from database by using .get() following error occur. Error: child failed: path argument was an invalid path = "http://...
Akira Yoshimura's user avatar
0 votes
1 answer
48 views

Handling Player Termination in a Flutter Multiplayer Game with Firestore and Firebase Realtime Database Presence

I am building a multiplayer game in Flutter using Firestore to handle real-time updates. One of the cases I need to address is when a player fully terminates the app. In this case, Firestore should be ...
Ahmed Bahgat's user avatar
0 votes
0 answers
50 views

Firebase Realtime Database .info/connected listener always says "false." (Flutter)

In a Flutter/Firebase app, I am trying to have a way of tracking whether users are "online" or not (for purposes of having a directory filterable by "is Online", for exmaple). At ...
Nerdy Bunz's user avatar
  • 7,546
2 votes
2 answers
106 views

Firebase Authentication: Email validation always returns "Email not registered" in Flutter

I'm working on a Flutter app where I'm using Firebase Authentication for email and password sign-in. The app has a flow where users first enter their email on the sign-in screen. After they click &...
IniOluwa Longe's user avatar
0 votes
2 answers
55 views

Firebase call exception

I'm trying to make simple login logic using Firebase but can't get rid of this error: Exception has occurred. DartError: Bad state: Cannot fire new event. Controller is already firing an event Here ...
Bohdan's user avatar
  • 133
0 votes
0 answers
22 views

Flutter: Multiple data insert in firebase real-time database but app is stuck

Future<void> addExpenseInDatabase(BuildContext context) async { Map<String, dynamic> splitByMap = {}; Map<String, dynamic> paidByMap = {}; for (var element in splitByList)...
Flutter Dev's user avatar
0 votes
0 answers
54 views

I am facing problem after connecting to firebase

The error is Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk Installing build\app\outputs\flutter-apk\app-debug.apk... Error: ADB exited with exit code 1 ...
Ahmad's user avatar
  • 1
0 votes
0 answers
21 views

flutter app fire base firestore database configuration error for run time app

Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) 2 : Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;...
Dimmithra Perera's user avatar
0 votes
0 answers
17 views

show the recently played songs in flutter

I fetched data of songs from firebase realtime database, now I have to show the recently played songs in my app in flutter, assume all music playing functionality is proper. am confused in what to try,...
Lavina Daryanani's user avatar
0 votes
0 answers
31 views

VideoPlayer Android12 not working but iOS does work

I am uploading videos to firebase storage with a method that handles both images and videos. The list of assets are given from PhotoManager; List<AssetEntity> and are converted into bytes to be ...
Spencer's user avatar
  • 123

15 30 50 per page
1
2 3 4 5
102