@alexandreguertin/adonis-firebase

A simple Firebase provider for Adonis with an authentication scheme compatible with Firebase authentication.

Usage no npm install needed!

<script type="module">
  import alexandreguertinAdonisFirebase from 'https://cdn.skypack.dev/@alexandreguertin/adonis-firebase';
</script>

README

adonis-firebase

A simple Firebase provider for Adonis with an authentication scheme compatible with Firebase authentication.

To keep in mind

Since users can register directly through Firebase, the first time they ping your Adonis instance, there will be no corresponding entry in the database. The schema handles this situation and creates the user.

Installation

You can install the package from npm.

adonis install @alexandreguertin/adonis-firebase [--yarn]

Make sure to read instructions.md file.