For this part i am still figuring it out, if it is not possible. Ill just scrap that idea, for now i am trying to implement Create(Login/Reigster), Read(Scoreboard[haven't figure it out yet]), Update(User can edit username / password) and Delete(Current issue[delete account])
Maybe it would be a good idea something like this:
so, it is easy to check if the user exist or not, to check its password (for signUp/logIn process) and to recover the data associated to the user (score in this example but you could add more concepts)
Wow, tried implementing it but now it seems like it wont even register my account, i guess ill just share my aia here, i can't even get the gist on how to do this anymore HangManPj (1).aia (22.6 KB)
I believe I am using the default token when i drag the firebase component, i only change the URL since i need to connect it to the firebaseRTDB right. And for the token it seems like it just stated there "No web API key for this project"
Well, if before it was working and not now...something has changed...
If you have not Web API key in firebase, if I don't remember bad you can go to "Authentication" section, start there and them the key must be generated.
i only reenabled the previous blocks and now it can register & login account like normal it's just that the way it records it is back to the previous way which is:
Nevermind, i cursed myself now it is not working after i delete an account and tried to register a new one. Weirdly enough when i delete the account im currently logged in. Inside firebase, it deletes every account that i have registered before
I believe i am doing so, referring back to the one you sent it was done like this.. i only made slight adjustments and i believe it wouldn't affect anything much