The Admin SDK is a set of server libraries that lets you interact with Firebase from privileged environments to perform actions like: Read and write Realtime Database data with full admin privileges .
Read moreDoes Firebase use REST API?
Firebase REST APIs allow you to make requests to the Firebase Database for reading, writing, updating, or removing data . You can define any Firebase Realtime Database URL as a REST endpoint by adding . json in the end. Keeping your data safe, you can use the Firebase REST API to send requests via an HTTPS client.
Read more