add firebase android

Trying to add firebase to my mobile app but im confused i downloaded the config google-services.json file but where do i put it and then after that it says ‘add this line to your build’ do i need c++ why cant i find any information on this, any help would be great!

Hello,

You need to have Ultimate Mobile Kit plugin to use Firebase in UE4: https://forums.unrealengine.com/unreal-engine/marketplace/111498-ultimate-mobile-kit-for-ios-android-firebase

i cant afford that, is there not another way? im just starting out!

Unfortunately, Firebase is not built into UE4 so you need to use plugin to make it working.

https://github.com/feixuwu/UEFireBase

You need to find a plugin or integrate it yourself using C++.

Cheers!

Ok. the json is using their rest api. for example this is the firebase auth rest api:
https://firebase.google.com/docs/reference/rest/auth
You dont have to use c++ and there is at least one blueprint plugin that is free:

There are also a handful of paid json parsers and rest plugins etc in the marketplace.
Do a little research into restful apis and json requests/queries and you should have a good idea of what is required.

You can find old firebase plugins by unreal on github. Unfortunately new firebase version use androidx. And to import it you need change ue engine files (jetifer can’t resolve dependencies problems)

in “Epic Games/UE_4.23/Engine/Plugins/Runtime/Firebase/” - working firebase plugin. It’s outdated, but still helpful.

[USER=“18952”]gameDNA studio[/USER] I’m really sick of you. You are everywhere just trying to sell your solution, not trying to help people. Just leave people alone if you dont have any other solution.

Did you manage to know where the “Google-services-json” file is placed?

/Content/