Questions tagged [firebase-database]
3 questions
1
vote
0 answers
Correct Way to configure Multiple Angular 2 Apps on a Single Domain with Firebase Hosting
This is structure of My Project (not of angular App)
.
├── App
| ├── Login
| ├── Projects
| └── Settings
|
├── Store (public but part of app)
|
.
├── Site
| ├── Homepage
| └── About
|
├── Help
|
.
└── Blog
Web app is designed…

Jassi
- 619
- 7
- 12
1
vote
1 answer
Equal an int value from firebase realtime database?
I have an int userCoin that holds the user coin and I want to equal Firebase' value to my int value.
I have this code
self.databaseRef = [[FIRDatabase database] reference];
NSString *userID = [FIRAuth auth].currentUser.uid;
[[[_databaseRef…

excitedmicrobe
- 2,338
- 1
- 14
- 30
0
votes
1 answer
Firebase db listener isn't invoked when db's child is added
I added the user object to firebase db in Android client, and I can see the result in firebase console.
FirebaseUser user = firebaseAuth.getCurrentUser();
DatabaseReference ref =…

Jongsung
- 1
- 3