0

After connecting new app from android studio to realtime database, the database page in firebase is not showing my database.Below are some links of screen shots of my android studio and database page of firebase console.

This is the Firebase image

This is my code with proof of connection

eyllanesc
  • 235,170
  • 19
  • 170
  • 241

1 Answers1

1

On this page, "Database" refers to both, Firestore and Realtime Database.

You have to click Create database, where it reads: Or choose Realtime Database.

Martin Zeitler
  • 1
  • 19
  • 155
  • 216