oae / unity-package-firebase-auth

📦 Packaged version of Firebase Auth for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Auth Package

openupm

This repository makes it possible to use firebase-auth with Unity Package Manager (UPM)

firebase-auth

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add io.elhan.firebase.auth

Install via Git URL

  • Add following dependency to Packages/manifest.json in your project;

    {
      "dependencies": {
        "io.elhan.firebase.auth": "https://github.com/oae/unity-package-firebase-auth.git#0.1.0",
      }
    }

For the official plugin, check out the original site

About

📦 Packaged version of Firebase Auth for Unity

License:MIT License


Languages

Language:Python 100.0%