GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
517 stars 74 forks source link

[FEATURE REQUEST] If I don't do Firebase authentication, can't I request Functions? #369

Closed greatsk55 closed 3 months ago

greatsk55 commented 8 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I'm trying to do firebase Auth using Cloud Functions.

If you send the email and password to functions, functions will process the membership and save the relevant data in the Firrestore

Sending an auth request causes a Firebase authentication error. "[Firebase] >> Unauthenticated request issued..."

Describe the solution you'd like A clear and concise description of what you want to happen.

I think we need to approach functions without auth, but if that's not the case

It seems that the pirestore needs a function to wait for data to change.

WolfgangSenff commented 8 months ago

Yeah, we want to work on removing forced authentication throughout the entire library. It's somewhat difficult, simply because it's so huge.

WolfgangSenff commented 3 months ago

So to answer the question, right now, no, you cannot. :/ Sorry. You can do anonymous auth if you need to. I will hopefully be able to get to removing forced authentication sometime in the next few months, but we'll see.