/flutter_firebase_login

It is starter kit with idiomatic code structure :) BLoC & GraphQL CRUD.

Primary LanguageDartMIT LicenseMIT

flutter_firebase_login

It is starter kit with idiomatic code structure :)

Inspired by flutter_bloc example.

How to Start

$ flutter packages pub run build_runner build --delete-conflicting-outputs

Add lib/local.dart:

const kGitHubPersonalAccessToken = 'token';
// from https://github.com/settings/tokens

const kDatabaseToken = 'token';
// from https://hasura.io/learn/graphql/graphiql?tutorial=react-native

const kDatabaseUserId = 'your@email.com';
// from https://hasura.io/learn/graphql/graphiql?tutorial=react-native

Contacts

Support Me