Hey All,
I am starting a hobby project (MMO) with Spatial OS and Unity to brush up on my networking code and I have a few questions on what would work best (if any?). I would like to use Firebase for client authentication and database storage (store character info when client logs in and out).
1. According to the docs Firebase Auth seems to work in Unity standalone builds, but is currently in beta, any idea if/when it will be out of beta?
2. Spatial OS server workers are built using C# code. As I understand it from the docs (
https://firebase.google.com/docs/admin/setup) adding firebase to C# servers is quite limited. Any idea if/when the C# server implementation will be updated? Or would it make sense to build a separate NodeJS server to handle communication with Firebase? (This seems like a bad idea because it will add RTT latency, be less cost effect (paying for more server space) and another security headache).
I'm also willing to look into other database options if they have C# integration.
Thanks,
Colton