Is it possible to use firebase?

Hi
I want to use firebase’s push functionality.
Is it possible?

Hi, we don’t yet have a library with that functionality. As with all things in Fuse you have access to all the native APIs via foreign code, so depending on your level of comfort with languages like objc or java that may be an option.

One slight caveat I noticed when making this Firebase.Library was that google’s gradle-experimental would cause some issues with Firebase’s gradle scripts. If you want to start fresh it may be worth waiting for us to switch to using standard gradle (which will be very soon, google seems to silently have ditched gradle-experimental). However, if you go the foreign code route, I would recommend taking my library as a starting point and adding on what you need. Pull requests are always welcome :slight_smile: