Andrei Lesnitsky
Andrei Lesnitsky
## Description - Refactor auth providers and configurations in order to be able to use OAuth providers from separate packages - API docs - Getting started guide - unit and...
FlutterFire UI should be split into several packages: - firebase_ui_auth - firebase_ui_database - firebase_ui_firestore - firebase_ui_localizations - firebase_ui_oauth - firebase_ui_oauth_apple - firebase_ui_oauth_facebook - firebase_ui_oauth_google - firebase_ui_oauth_twitter
Since MFA is now supported in firebase_auth, firebase_ui_auth should have widgets that facilitate MFA
As discussed with @kroikie, flutterfire_ui should support all languages that are available in `material_localizations`. We need all labels to be translated and added to firebase_ui_localizations package.
- [x] API docs - [x] Getting started guide - [ ] add migration guide - [ ] add platform support matrix for firebase_ui_auth
Bug with webpack `noParse` option: ``` twemoji.npm.js:1 Uncaught ReferenceError: global is not defined at Object.23 (twemoji.npm.js:1) ``` Workaround: ```js require('imports?global=>window!twemoji'); ``` Fix proposal: ```diff - var location = global.location ||...
[This](https://github.com/invertase/melos/blob/master/packages/melos/lib/src/package.dart#L744) condition is not really valid. You can have different file names and launch your app via `flutter run -t my_entry_point.dart`. I think a better way to determine that melos...
Given - a custom domain `sub.example.com` - a deployment available on `.sub.example.com` I want to make `` deployment available on a `sub.example.com` I tried: ```sh tf-next alias set sub.example.com ```...