Open contrasting opened 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 :)
Thank you @DDR12, I will be watching this repo with great interest :)
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...