Use firebase for authentication

Hi,

I've created my firebase for storing username and password. When I configure the firebase property in app inventory should I use the firebase-app or firebase-auth in URL?

Best Regards,

Whitney

You always put your project URL in the URL box .

How are you planning to handle authentication?

I have no plan yet. Still thinking. Any recommendation for a quick and easy way?

Do all your planning before you start building a project:

The easiest way is to store all usernames as tags and passwords as values, or the username as a tag and user details as a list for the value.