firebase-realtime-database Questions
8
Solved
I am building the app with flutter and integrating the firebase. In the start, my app works completely fine but after some time a faced this problem firebase forcefully kill the connection between ...
Tomtom asked 5/9, 2021 at 5:54
3
Solved
My app crashes because of my Proguard error. I have posted this question somewhere too.
How can I format the proguard error? Kindly help me out to solve this:
My build.gradle:
apply plugin: 'com....
Jurgen asked 1/8, 2016 at 13:15
5
Solved
I successfully check user's authentication state with onAuthStateChange observer and redirect user to the Dashboard page (react-native project). However, on the dashboard I already want to show som...
Yoshida asked 6/5, 2017 at 15:0
6
I am looking for the best way to migrate my apps database which is using firebase realtime database to the new Cloud Firestore database. I am confident for the project I am working on I don't need ...
Sibilla asked 4/10, 2017 at 19:18
4
Solved
I created an object to send some data to firebase. As an example, I use firebase user example:
public class User {
public String username;
public String email;
public User() {
// Default cons...
Sheol asked 25/7, 2017 at 14:24
2
Solved
I am trying to access my realtime database in firebase but it shows me this error Uncaught Error: Service database is not available. I have searched for what this could posabbly mean but I couldn't...
Adley asked 23/1, 2022 at 14:32
3
Solved
I have two firebase projects, one for development (project-dev) and one for production (project-prod).
I initialized firebase CLI for writing and deploying cloud functions linked to project-prod. T...
Densmore asked 11/3, 2021 at 17:10
3
Solved
I have a Firebase database. I have Companies and Contractors. A Contractor can work for more than one Company and a Company can have multiple Contractors. This is a straightforward many to many rel...
J asked 7/1, 2017 at 22:1
18
Solved
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:344Unhandled Promise rejection: Templ...
Jaxartes asked 21/9, 2016 at 19:47
12
Solved
I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) on a condition.
I have a LinearLayout containing a recycler view.
I set linear la...
Redivivus asked 19/12, 2016 at 13:14
3
Solved
The error message is as below:
Reason: Database lives in a different region. Please change your database URL to Same URL as my database indicates.
While I'm trying to import some data on my Realtim...
Havard asked 30/6, 2021 at 13:52
10
Solved
I am trying to build a simple login user authentication Android application that uses Firebases Realtime Database but I am getting the error:
[Firebase Database connection was forcefully killed by...
Halliday asked 16/8, 2021 at 17:21
5
I have been trying to build a web app using flask and wtforms and a firebase database, but I keep getting the error message "KeyError: 'A secret key is required to use CSRF.'" and I don't know how ...
Vara asked 7/12, 2017 at 3:51
4
Solved
I want to clone an existing Firebase project, lets name it ProjectA that previously exists on Firebase console with some Remote Config data to another new project(without any Remote Config data), l...
Certie asked 28/9, 2016 at 6:8
6
Solved
Google just released Cloud Firestore, their new Document Database for apps.
I have been reading the documentation but I don't see a lot of differences between Firestore and Firebase DB.
The main ...
Deen asked 3/10, 2017 at 16:59
10
Solved
I am trying to upgrade from earlier firebase version to the latest in my ionic project. I followed this tutorial for upgrade. In step 4 from this page I am stuck on the last statement firebase.data...
Salerno asked 7/7, 2016 at 14:54
10
I'm trying to import my JSON file into my Firebase but it keeps giving me this error. I don't know why this JSON file isn't allowed to be imported into since JSONLint says it's a valid JSON file.
...
Sopor asked 29/7, 2016 at 22:41
1
When starting the emulator I see 2 databases in the realtime database emulator. One with <project id> and the other <project id>-default-rtdb .
Can anybody explain or reference some do...
Kerouac asked 17/6, 2021 at 7:11
12
I have a page that is calling addCheckin() method which is inside a controller. In the controller, I am trying to create a reference as follows:
var ref = firebase.database().ref("users/" + $scope...
Loughlin asked 4/10, 2016 at 10:37
3
Solved
I think from searching the web this is not technically possible but I want to ask again in case I'm missing something.
I have an app that uses Firebase. Reading and writing is locked down through ...
Mann asked 25/8, 2018 at 14:3
4
Solved
I am using Firebase as real-time DB for mobile APP I'm developing (JS Web SDK), the structure is as below in the screenshot, the key = email, each key have the mobile user information, and GPS coor...
Bloomington asked 11/7, 2016 at 13:41
5
i am new in firebase, i have deploy one function, and it is using get method,
https://us-central******.cloudfunctions.net/addMessage
when i try to run this api, i am getting below error
Error...
Encomium asked 7/5, 2020 at 11:28
2
I'm getting some data from Firebase database and I'm trying to populate RecyclerView adapter with it. After Adapter's notifyDataSetChanged() is called, screen blinks and nothing happens, I couldn't...
Instructor asked 8/8, 2018 at 8:17
8
If an admin has created a user account in the Firebase Console, after this user has signed in, is it possible to retrieve the 'created' date of the user?
PS Big vote for Firebase to add more admin...
Greenlet asked 21/6, 2016 at 19:8
3
For incrementing an int value in my database , I first get that value by using a listener , increment it by 1 and then set the new value to database. This works but I want to know if there is an ea...
Numerary asked 3/11, 2016 at 15:15
© 2022 - 2025 — McMap. All rights reserved.