The Book Quotes app hasn’t been touched in a minute, and I realised today that I never ran the app on Android. That’s bad practice as a developer, but luckily everything was running pretty smooth.
This time I added Google Auth to allow users to authenticate themselves via their own gmail accounts. One tedious task when setting all of this up, is the SHA fingerprints. SHA-1 information is required by Firebase Authentication when using Google auth or phone number auth, as well as for Firebase Dynamic Links.
Typically Google and Apple are the most common 3rd party options for authentication, but for now I am focused on bringing Google into the equation.