R Wrapper for 'Firebase Authentication REST API'
Change email
Change password
Delete account
Exchange custom token for an ID and refresh token
Exchange a refresh token for an ID token
Get user data from firebase
Send email verification
Send password reset email
Sign in a user anonymously
Sign in a user with email & password
Sign up with email/password
Update user profile
A convenient and user-friendly interface to interact with the 'Firebase Authentication REST API': <https://firebase.google.com/docs/reference/rest/auth>. It enables R developers to integrate 'Firebase Authentication' services seamlessly into their projects, allowing for user authentication, account management, and other authentication-related tasks.
Useful links