Hi. I’ll start by saying that I have no prior experience with Firebase, looked through some tutorials using the Firebase Unity SDK and it looked quite interesting and understandable. That’s until I realised that the Firebase Unity SDK doesn’t work with WebGL builds.
I need to use firebase authentication in a WebGL application and the tutorials I’ve found don’t work. I stumbled upon some information that it is possible to use the Firebase Javascript SDK to use Firebase inside WebGL and now I’m wondering, is it possible to use this information authenticate users in WebGL apps?
If so, where should I start looking for more information or guidelines?
Thanks in advance