Doubt consists of the following problem:
I'm having a project using firebase and ionic 3.
I am using the authentication mode via E-mail, where you have the email and UID stored.
For example:
I have 2 registered users at the base.
1_ tes...
I'm starting to study firebase, I really enjoyed the firebase database realtime for web, but one question that does not come out of my head is, how do I protect my account if the configuration data stays in js? type another malicious person can...
I'm using google admob to place ads in my app, however I have some questions
Can I use the same ad unit (id) for multiple activity (each with a block)?
How do I make the ad the first thing to load? the idea is that the time it takes the us...
How can I make an increase only in the child period of all students enrolled in Firebase?
Ex: in SQL, I would use:
UPDATE alunos
SET periodo = periodo + 1
Updating all students to their later period. How can I do it in Firebase?
I already have a main login with Firebase auth. But I need to implement another login inside that system because the client can add other administrators. The login will be simple, just check the password and email.
I have this method that log...
I'm studying firebase using NoSQL and I had a question while watching this video: Converting SQL Structures to Firebase Structures - Firebase Database for SQL Developers # 2
In it the author creates a structure like this:
Blz...withthis...
I'm venturing into python and trying to make a connection by following the following documentation:
link
I created it in the firebase: AndImadethefollowingcodeinpython:fromfirebaseimportfirebasefirebase=firebase.FirebaseApplication('https:...
I have the following problem:
I have a system where it is possible to record a series of tasks to be performed by a team or person. What I need is that whenever a request is terminated by a user, everyone else receives a notification saying t...