UNCATEGORIZED Connect to Google Firebase Realtime database using Java Firebase Admin SDK (Quick start tutorial)
Written by Saumit Bhide | Published 2 years ago
Connect to Google Firebase Realtime database using Java Firebase Admin SDK (Quick start tutorial)
- Set up a firebase database. Firebase database is also called Realtime database. Got to https://console.firebase.google.com/ and click create a project and follow thru the instructions.
- Connect using Java client. In the Firebase console, open Settings > Service Accounts. ...
- Additional resources
Firebase tutorial is designed for both beginners and professionals. Our tutorial provides all the basic and advanced services knowledge, such as Real-time Database, Cloud Messaging, Hosting and Crash Reporting, etc. Firebase is a Backend-as-a-Service, and it is a real-time database which is basically designed for mobile applications
How to generate private key
In the Firebase console, open Settings > Service Accounts. 2. Select Java radio button and click Generate New Private Key, then confirm by clicking Generate Key. 3. Copy paste the contents of this key to a file named key.json in your resources folder (this is only for demo purposes, not to be done this way in production)