Home > Mobile >  Firebase realtime database location... NO NEXT BUTTON
Firebase realtime database location... NO NEXT BUTTON

Time:10-31

I was trying to get Realtime Database on Firebase, but it doesn't show me a 'NEXT' button when I'm trying to get the database location.

enter image description here

I was following online tutorials which are supposed to look like this:

enter image description here

and I have no idea why it happens like this to mine only

CodePudding user response:

Most likely the problem for not displaying the "Next" button is related to your browser. The simplest solution to solving this kind of issue is to try to use the Firebase Console on another browser.

  • Related