An open API service indexing awesome lists of open source software.

https://github.com/ogweno-d/flutterauth

Flutter authentication with firebase
https://github.com/ogweno-d/flutterauth

firebase-auth flutter flutter-authentication flutter-firebase-auth flutter-ui

Last synced: 2 months ago
JSON representation

Flutter authentication with firebase

Awesome Lists containing this project

README

          

# FlutterAuth

This is a full flutter authentication implementation using Flutter and Firebase.

## Features

- Login
- Register
- Logout
- Google Sign In

First here is the UI (User Interface) for the Login and the Register pages.

![Login UI](lib/images/loginUI.jpg) ![Register UI](lib/images/RegisterUI.jpg) ![Google UI](lib/images/google.jpg) ![Welcome UI](lib/images/welcomeUI.jpg)

This implements Google Sign In for both Android and Ios platfoms

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Contributing

Contributions are always welcome!