provider_examples icon indicating copy to clipboard operation
provider_examples copied to clipboard

Fixes to get around null-safety and breaking firebase_auth changes

Open tyler-jewell opened this issue 3 years ago • 3 comments

First of all - Thank-you! You don't realize how much time I wasted trying to find a simple, low-code implementation using firebase auth + provider. You nailed it.

While going through the tutorial, I had to make some changes to get around null-safety rules and also some changes to the firebase API. I have a branch ready I can push up so you can have for reference in case you want to add these changes. Just add me to the repo and I will push.

Thanks

tyler-jewell avatar Mar 15 '21 21:03 tyler-jewell

Can you just make a PR?

tadaspetra avatar Mar 16 '21 00:03 tadaspetra

I am not able to push a branch to this repo, unless there is some other way?

tyler-jewell avatar Mar 16 '21 03:03 tyler-jewell

So for most open source repositories, you can "fork" it to your own. And then make updates, push the changes to your forked repository, and then set up a Pull Request to this repository

Let me know if you need help with it 😊

tadaspetra avatar Mar 16 '21 12:03 tadaspetra