Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] - Node JS Admin SDK implementation #256

Open
WolfgangSenff opened this issue Oct 23, 2021 · 0 comments
Open

[FEATURE REQUEST] - Node JS Admin SDK implementation #256

WolfgangSenff opened this issue Oct 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@WolfgangSenff
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We currently cannot possibly support the Firebase Admin SDK, because it has no REST support. Supporting it would allow server-side validation of tokens and some powerful other mechanisms though.

Describe the solution you'd like
With the following PR, someone is attempting to add Node.js bindings as a Godot language. This would allow us to simply import the Admin SDK from the Node Package Manager (NPM) and run with it, which would be perfect for our scenario, and allowing Node calls would give us a lot of flexibility, too. V-Sekai/godot@9ea189e

Describe alternatives you've considered
The main one was making it work in C#, but given Mono support isn't that far along and is still sometimes buggy, adding on a bunch of networking code to that doesn't feel super safe. At least, it is not something I have any experience with, despite being a C# programmer professionally.

Additional context
V-Sekai/godot@9ea189e
We can possibly implement this feature request when this is finally merged.

@WolfgangSenff WolfgangSenff added the enhancement New feature or request label Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant