firebase-realtime-database Questions
5
Solved
I'm trying to push an object to the firebase database, but the push() method isn't working and it seems likely it has something to do with the warning I'm getting:
@firebase/database:, FIREBASE WA...
Pioneer asked 10/1, 2021 at 17:34
6
I have Firebase App with the Realtime Database, I have db.json as:
{
"brs" : {
"route": [
{
"routeDestination": "DDDD1",
"routeOrigin": "...
Davina asked 20/7, 2016 at 4:22
6
I am storing my app's data on Firebase and this being my first project on Firebase is proving to be much more difficult than I thought. I have gone through the official documentation and it says th...
Aphrodisia asked 15/7, 2016 at 11:29
7
Solved
I have a small, personal Firebase webapp that uses Firebase Database. I want to secure (lock down) this app to any user from a single, specific domain. I want to authenticate with Google. I'm not c...
Demonize asked 29/4, 2016 at 16:29
5
Solved
Using Angular 5 and Firebase, I am storing and retrieving movie review information. When creating and editing the review, line breaks are kept (I assume using an ngModel has something to do with th...
Garlaand asked 13/3, 2018 at 0:39
6
Solved
I'm working on a simple APOD app that implements:
RecyclerView
CardView
Firebase
Picasso
The app grabs images and text from Firebase and Firebase Storage, displays them in a CardView, and sets ...
Phasia asked 28/2, 2017 at 16:29
3
I would like to know if it is possible to use Firebase as a SQL database. I have trouble with relations in NoSQL.
For example: a user belongs to a team, and a team has users.
Hybris asked 14/2, 2017 at 9:31
11
Solved
Error is: Invariant Violation: view config getter callback for component 'div' must be a function (received 'undefined'). Make sure to start component names with a capital letter.
I am getting this...
Vampirism asked 30/4, 2020 at 12:14
5
Solved
My app is checking if a certain data is in the Firebase Realtime Database with a addListenerForSingleValueEvent added to a database reference. The emulator in which i started the project works fine...
Discommodity asked 2/8, 2020 at 12:31
4
Solved
I created a realtime database on firebase and wanted the data stored to be displayed on flutter but I noticed that whenever I opened the screen meant to display the data stored, after the CircularP...
Applaud asked 1/4, 2023 at 10:41
2
Solved
Here's my database structure:
Clients:
employee1emailaddress
employee2emailaddress
Employees:
employee1emailaddress
employee2emailaddress
allClients:
client1phonenumber
client2phonenumber...
Eliga asked 2/8, 2018 at 15:57
4
Solved
I have this following code :
renderPosts() {
return _.map(this.state.catalogue, (catalogue, key) => {
return (
<div className="item col-md-3" key={key} id={key}>
<img src={this.sta...
Plenteous asked 27/8, 2018 at 7:51
5
Solved
Although I did this solution which is in stackoverflow, the icon still the same.
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource=&qu...
Mors asked 30/11, 2021 at 16:43
31
I have a firebase database linked up to two apps, one being an iOS app and another being a web app coded in node.js which is a basic algorithm that sets data to the database. When ever i am running...
Rafael asked 12/11, 2016 at 13:7
4
Solved
I am new to firebase firestore and searched, but could not find the limitation for the number of documents that can be handled under one collection. Can anybody help me out to know please.
Littoral asked 6/2, 2018 at 1:43
4
Coming from a SQL background, I'm wondering how does one go about doing database migration in firebase?
Assume I have the following data in firebase {dateFrom: 2015-11-11, timeFrom: 09:00} .... a...
Struma asked 2/2, 2016 at 7:51
13
Solved
I want to create a simple search in my app, but cannot find anything on interwebs about it, that's more recent than 2014. There must be a better way. There are startAt and endAt functions but they ...
Labiodental asked 27/7, 2016 at 16:50
13
In the third last line of the below code, how can I find the firebase URL. I am not able to find it. Can anyone provide me the best link on how to setup firebase facebook login with android.
publi...
Histoid asked 21/10, 2016 at 4:43
18
I'm having troubles trying to migrate to new firebase console.
I'm doing exactly what is on this link: https://firebase.google.com/support/guides/firebase-web#import_your_project_to_the_firebase_co...
Columbous asked 30/5, 2016 at 13:1
5
Solved
I have this datasnapshot
"{post1: {pic: https://i.redd.it/ni6zhxh874011.jpg, title: title, desc: desc}, post2: {pic: https://i.redd.it/krj9miojg5011.jpg, title: awsdas, desc: desc2}}"
an...
Wayland asked 27/5, 2018 at 17:31
7
I am developing an app with Flutter and testing the app on a physical iOS device (iPhone 7).
The iOS version is: 15.3.1
And the Flutter version is: 2.10.3
When I am testing my app, I occasionally g...
Sible asked 7/3, 2022 at 14:52
3
Solved
I get a Stack Overflow error but I don't seem to know what's wrong. This is Database class helps me to get FirebaseDatabase information.
import 'package:firebase_database/firebase_database.dart'...
Minorite asked 1/8, 2018 at 15:11
4
Solved
I'm currently working on Adding Friends with the help of firebase RecyclerView in which if a user tap on ADD button, he is added in database n that tapped item is needed to be removed permanently.....
Chickenlivered asked 27/3, 2016 at 20:47
1
I'm trying to use Realm in my app. I'm saving the data and all is good, but when I want to finally read it and send it to Firebase I'm getting an error.
@IBAction func registerButtonTapped(sender:...
Wellmannered asked 28/7, 2016 at 20:46
5
Update: I updated the question, to reflect what I described in the body of the question, and what was happening at the time. It also justifies why I did not mark Sanyam's response as correct. There...
Sterile asked 11/4, 2017 at 18:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.