Setting up the Firebase Realtime Database

Learn to set up an adapter and serializer for the Firebase Realtime Database.

EmberFire provides us with an adapter that’s compatible with Firestore. To use the Firebase Realtime Database, we need an adapter and a serializer that support the Realtime Database. Let’s set up the adapter.

Setting up the Firebase adapter

Let’s open our adapter that EmberFire created for us in the app/adapter/application.js file and make the required changes in it:

Get hands-on with 1200+ tech skills courses.