Hi @joshking518 and @daniel_cleayweb, this can be done, but you will need to use some jQuery to read the contents of the form fields when a button is clicked, and use those values with the firebase code:
So basically it goes like:
- user enters username and password in two text input fields.
- Use jQuery you can get the values of the fields, and pass those to the Firebase code
- If the authentication is passed, then perform an action (redirect to url)
Firebase passes the result of the authentication back to your Webflow site via the Firebase code. Alternatively, you can also use Firebase methods to enable social media login (fb, twitter etc).
I hope this helps!