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

All Questions

0 votes
1 answer
20 views

How to fetch array data stored in another collection in Firestore in Android (Kotlin)?

I have the data structure as shown in the images below. I have a manager logged in via Firebase Auth. Their data is stored in Firestore specific to their UID. Each manager is able to add multiple ...
Soumil Jaiswal's user avatar
0 votes
0 answers
27 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
0 answers
32 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
1 answer
26 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
0 votes
1 answer
21 views

Data inserted in Fierestore doesn't show up in the UI with React Native

I'm inserting data in Firestore DB but it doesn't show up in the Firestore UI. But when I run the query using the react-native library I get results back. Anyone know why this might be happening? ...
faguilera85's user avatar
0 votes
1 answer
26 views

Supported [field] types are [String] and [FieldPath]. Failed assertion: line 77 pos 7: 'field is String || field is FieldPath'

I am trying to fetch data from firebase cloud store in my flutter project but getting this error. It works fine in displaying medicine pictures but as i click on the product it gives this error! ...
behroz ali's user avatar
0 votes
1 answer
51 views

How to retrieve and fetch data from a document's field on firebasefirestore? [duplicate]

I am trying to fetch data from a document on a Firebase's collection that contains users: As you can see, there is a collection named Users and two users, and now I click on one you get to see the ...
Emmanuel Agyapong's user avatar
0 votes
2 answers
47 views

Is it possible to save FCM notifications in Firestore?

Send FCM notification to Android device from (Messaging tab) Firebase console. is it possible to save the notification messages in Cloud Firestore ( i.e Firestore database).
R KiranKumar's user avatar
0 votes
0 answers
17 views

Testers can not access saved game in Firebase with Android Signed Bundle

With the bundle release (.aab ) file I generated for testing, my testers are able to save games they built using their own images, but they are not able to access it, even though I can see it saved in ...
onye Chigo's user avatar
0 votes
1 answer
69 views

Kotlin How do I update the throughput when the application is closing? [closed]

I want to update the data in Firebase when the application terminates. How can I do that I used onDestroy and onPause but they did not do the function I wanted. When I use OnPause, every time the ...
Umut.jpg's user avatar
0 votes
0 answers
24 views

Cannot reach the firebase emulator from a physical device in Flutter (connection refused)

I have developed a flutter app based on firebase. Now I would like to be able to use the emulator environment of firebase for development. To do this, I have installed and set up the emulator with all ...
Pantastix's user avatar
  • 310
0 votes
0 answers
22 views

Problem in natural language api integration withf firestore

I am developing an app in kotlin , it has a part , where i have the reviews like feature where i will post review of something ,and it get stored in firestore , i have also used firebase for ...
user15228741's user avatar
0 votes
1 answer
30 views

Firebase OnSuccessListener times out when I try to wait for it to finish

I'm trying to load data from my Firebase Firestore database. This code uses an OnSuccessListener which runs async so I'm trying to wait till it loads data to continue. I have done this by creating a ...
Chewietheshiba's user avatar
0 votes
0 answers
33 views

Why is my UI not being updated even when the state of my List changes? [duplicate]

So I have the following Screen in my app - fun TodoListPage(viewModel: TodoViewModel, modifier: Modifier = Modifier, navHost: NavHostController, ...
UMANG SHARMA's user avatar
0 votes
2 answers
58 views

How to Create a No-Argument Constructor for a Kotlin Data Class with Date and Time Fields

I have the following data class: data class TimesheetEntry( val id: Int = 0, val title: String = "", val category: String = "", var entryDate: LocalDate, var ...
Pineapple_pizza's user avatar

15 30 50 per page
1
2 3 4 5
384