Implementing Firebase in UE

Hi !

I was wondering how i could implement Firebase(https://firebase.google.com/) to track and store data for my android game.

If you guys could help me with it or have a better thing to implement in unreal, it would be great !

Thanks and have a good day !

me too wondering … i hope some one from unreal team solve our wonder state
in their wiki they mentioned how to add admob ads , i think firebase is not supported yet …

I think you can handle it with rest, i’ll give it a try with the VaRest plugin

I’ve been working on something similar-- Firebase is awesome for quickly standing up multiplayer stuff.
They have a C++ SDK, but it’s missing the realtime data stuff that’s present in their other SDK’s.

Using VaRest Plugin against their RESTful server definitely would work, but part of the “magic” of what Firebase is lost when you have to manually poll.

I actually just got out of a talk with a guy on their team at SIEGE. They’re about a week out from releasing the first stable version of their Unity plugin. He didn’t seem to think they were working on an UE4 plugin just yet, but didn’t say it was out of the question.

Might be a fun side-project to work on yourself with friends!

The end of your problems! :smiley: I made Firebase plugin for UE4.

Ultimate Mobile Kit: Ultimate Mobile Kit for iOS & Android - Firebase - Marketplace - Unreal Engine Forums

Realtime Database: Realtime Database for all platforms - Firebase - Marketplace - Unreal Engine Forums

If you have any questions, feel free to ask! :slight_smile:

Patrick,
gameDNA

Woah mate ! You’re the best !
I’m curious about the way you did it

see this plugin, it include android support for realtime database and authenticate.
https://github.com/feixuwu/UEFireBase

Thanks for sharing this. I’ve only just started developing and want to test the firebase so I’m not prepared to spend big bucks on plug-ins yet. I hope I can try it out tonight. Thanks

Been using the DNA Ultimate and Realtime plugins for a while now. Great plugin great support. Highly Recommend to others