rapid-firebase-authentication

A React-based module to be used in rapid prototyping to quickly add registration/login/reset functionality to a firebase-backed application

Usage no npm install needed!

<script type="module">
  import rapidFirebaseAuthentication from 'https://cdn.skypack.dev/rapid-firebase-authentication';
</script>

README

Rapid Firebase Authentication

Build Status

This module provides a drop-in method for authenticating your application to Firebase. At this time, only the built-in email/password-based authentication is supported.

Setup

TODO :)