kevmoo / firebase_dart_ui

Dart wrapper for https://github.com/firebase/firebaseui-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase_dart_ui

A dart wrapper for https://github.com/firebase/firebaseui-web.

Enables an application to user Firebase Authentication.

See the example/ app

To enable:

Add this to your index.html section:

<script src="https://www.gstatic.com/firebasejs/4.8.0/firebase.js"></script>
<script src="https://cdn.firebase.com/libs/firebaseui/2.5.1/firebaseui.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/2.5.1/firebaseui.css" />

About

Dart wrapper for https://github.com/firebase/firebaseui-web


Languages

Language:Dart 79.5%Language:HTML 16.3%Language:CSS 4.2%