This is how to create a private and public pem key. And also an example no how to take use of the key in .NET. Open up git bash, cd into a folder of your preference. Enter command to create a private key:winpty openssl genrsa -out private.pem 2048 Note that if you want to create …
Category Archives: Authentication
Add Facebook login to Flutter (Android) powered by Firebase
This going to be just a summary of what steps is needed to do to implement Facebook login to Flutter for Android, I’ll post my code I use as well so you can use that to login too. The official code I found on Firebase was even little bit outdated so it could come handy. …
Continue reading “Add Facebook login to Flutter (Android) powered by Firebase”