This is surprisingly excruciating. There's no documentation whatsoever for the new Firebase + Python. So I'm trying to use the REST API, which needs a special kind of authentication.
As you can see, they say it could be the app's secret (nowhere to be found in the new console) or the authentication token (which is not documented for python). If I click the REST authentication documentation I get a Java example.
I've downloaded the JSON Key file for the service account, and tried to apply pieces of code found in other places, unfortunately in vain.
Can anyone provide a hint on how to proceed with this?