Andrea Bizzotto

Results 47 issues of Andrea Bizzotto

List of providers supported by Firebase Auth: - [x] Anonymous - [x] Google - [x] Facebook - [x] Email & Password - [x] Email link (passwordless) - [ ] Phone...

enhancement

Taken from `FirebaseUser.linkWithCredential()`: > Associates a user account from a third-party identity provider with this user and returns additional identity provider data. This feature can be used to link additional...

enhancement

## Description [CodeWithAndrea.com](https://codewithandrea.com/) contains a growing collection of over 50 free videos, articles and tips about Flutter app development. --- **Checklist** - [x] I read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md) - [x]...

I'm working on a project which uses the legacy Operations framework and I'm in the process of porting the code to Swift 3 / ProcedureKit. I understand that I should...

migration

On Xcode 8.3: > Instance method 'application(_:public:sourceApplication:annotation:)' nearly matches optional requirement 'application(_:open:sourceApplication:annotation:)' of protocol 'UIApplicationDelegate' Fix is to declare method as `public` rather than `open`

Use Case: My Extension view contains a toggle that I use to switch between two content scroll views. Both scroll views should appear just below my extension view, however when...

bug
pending

TODO - [ ] Update controllers to use `AsyncValue.guard()` - [ ] Clenaup `WeatherErrorAsync` extension - [ ] Freezed 2.0 changes?

This is some experimental work that would replace the old example app. The new app replicates a basic banking application and supports: - [x] Bottom navigation with tabs - [x]...