it turns out that my application is for internal use and i don't need to save user data in the firebase i am using
I created a small identification system from a userid and a password (that i give to the users) saved in a spreadsheet
the concern is that firebase needs rules other than read: true an write: true
how do i link my identification system and the rules required by firebase?
If you are holding the login in data on a google sheet, and you are supplying the login in data to your users, why not use google sheets to control the logins for your users ?
great but I'm very advanced in this project but I would definitely use this technique in the future
for the moment I'm trying to see on the side of anonymous authentication on firebase what it gives
You do not really explain what your problem is or exactly what you are trying to achieve. The example you link to shows how to POST or PUT data (soon, we will hopefully be able to PATCH data as well).
How you set your rules for each Firebase node (project bucket) will determine what a user can write to or read from.
Describe your issue, show images of your blocks, rules, firebase data.
for the moment I stay as close as possible to the tutorial so that it works I use my database of course but I check that it works and the rules are all true for the moment and unfortunately it doesn't give anything
my project bucket is datizme
eventually i would like to use rules to protect my data and i thought the rules are true or not it should work right?
I thought I read somewhere in the foreground that this way of proceeding circumvented the rules
if i can leave my rules on true while firebase keeps reminding me that it's not good i wouldn't use this method
OK, without testing and without more information, it may be that when you have "no rules" using signed in users and you use the token it does not work? I would have to test this out and see what happens.
[edit] tested authenticated user with no rules and this does work