Firebase - rosalsm/TIY-GitHub GitHub Wiki
What operations does the Firebase REST API support?
Do I need to authenticate with Firebase to read or create data?
The auth request parameter allows access to data protected by Security and Firebase Rules, and is supported by all request types. The argument can either be your Firebase app's secret or an authentication token, which we'll cover in the user authorization section. In the following example we send a GET request with an auth parameter, where CREDENTIAL is either your Firebase app's secret or an authentication token:
curl 'https://docs-examples.firebaseio.com/rest/saving-data/auth-example.json?auth=CRED