DDR12 / FirebaseUnityWebGL

A Firebase C# SDK with unity's WebGL platform support.
Apache License 2.0
1 stars 0 forks source link

Wow? #1

Open contrasting opened 4 years ago

contrasting commented 4 years ago

Hello my friend, with this library I can use the same Firebase code across WebGL, Android and iOS?

If so that's actually insane, I'm surprised you don't have more stars...

DDR12 commented 4 years ago

Hi, @oldpilgrim, Yes, the library provides seamless integration with firebase's official unity sdk for the other platforms, the whole goal is to be able to use firebase code with webgl with even some extra methods as gifts from the javascript sdk that aren't in the unity / android/ ios sdk.

Currently I'm implementing support for non multi threaded builds, initially the library worked without unity firebase's sdk, but now, I am working on writing an override to the 'Task' library that uses web promises instead of C# threads because this causes errors for unity WebGL builds, once that's done, the library will be plug and play again.

Thanks you :)

contrasting commented 4 years ago

Thank you @DDR12, I will be watching this repo with great interest :)