Increase App visibility with Smart Banners
Did you hear about smart banners? Smart banners are ios native banners. They show up when user navigates to a page on Safari, from a real iOS device, that has this meta tag: <meta name=...
Did you hear about smart banners? Smart banners are ios native banners. They show up when user navigates to a page on Safari, from a real iOS device, that has this meta tag: <meta name=...
I have a NestJS server that uses firebase auth and a swagger ui for the playground. All of my routes request authorization, and normally I'd get a jwt token outside of ui, for example...
For my youtube tutorials, I've lately been VNC-ing from MacOS to my Windows machine. It's because of laziness. All of my recording and video editing setup is on Windows. Then again, it&...
This is part two of push notifications series with Firebase. In part one, I showed how to enable push notifications in expo, and verify the setup. That part was mainly about getting the configuration right. In...
If you're managing GitHub actions, you might want to try nektos act. It will make your development faster and you don't need to use up GitHub CI minutes. I cringe when I...
This guide shows how to add push notifications in Expo, but without expo-notifications. Nothing against expo-notifications, it's just that I learned this method first. Expo GO will not work. This is always the case...