DEV Community

Cover image for Devlog #2: Firebase/Google Login
Jesse Robertson
Jesse Robertson

Posted on • Edited on

3

Devlog #2: Firebase/Google Login

I didn't have as much time as I'd like today, but I was able to complete what I set out to do, so I guess that's worth something.

Today, I set up a Firebase service for my application, and integrated Google login for native devices. The main time consumer today was deploying to my Android. I was able to emulate on iOS on my Macbook just fine, but Cordova kept on giving me trouble when I tried to run the app on Android. After multiple refreshes of my PATH variables, ensuring I had the right active JDK, and multiple restarts, I found a niche solution on Github.

Apparently, when declaring the path for the Android SDK root directory, it prefers an explicit declaration. So, rather than "$HOME/Library/Android/sdk" it wanted "/Users/myaccount/Library/Android/sdk". I'm not sure whether this is a bug that only affects a few or a necessity when using the SDK; either way, it fixed the issue.

~/.bash_profile

Anyways, that's all for today. Tomorrow I'll mostly be using pen and paper(gasp) to draft up some basic UI/UX/Navigation structure, and getting in touch with some friends who would be potential users and getting into the specifics of what they need out of the app.

Sentry blog image

The countdown to March 31 is on.

Make the switch from app center suck less with Sentry.

Read more

Top comments (0)

Sentry mobile image

Improving mobile performance, from slow screens to app start time

Based on our experience working with thousands of mobile developer teams, we developed a mobile monitoring maturity curve.

Read more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay