I am working on a project where I want players to be able to create there own account and to log into tham.Also to save data for each player.
Since I added Firebase plugin I am getting this errors:
[Firebase] >> The value for measurementId
is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for clientId
is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for clientSecret
is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for domainUriPrefix
is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for functionsGeoZone
is not configured. If you are not planning to use it, ignore this message...........
Those are not all error messages I am getting but they are pretty much the same as these ones.
My question is how can I connect firebase with Godot 3.4 Engine???