How to Send Emails with NestJS, Mailgun, and reCAPTCHA Enterprise
I created a shopping list app which is in a very saturated niche. When I was creating it, I wasn't thinking about dominating the market. I created it for me and my husband. I&...
Firebase Expo demo posts for developers who want a working, end to end example of Firebase inside an Expo app. You will find step by step setup for common features like authentication, Firestore or Realtime Database, storage, and push notifications, plus guidance for running the same project locally and in cloud builds. Ideal if you want a reference project you can copy, tweak, and ship.
I created a shopping list app which is in a very saturated niche. When I was creating it, I wasn't thinking about dominating the market. I created it for me and my husband. I&...
If you need to include recaptcha in your application, here's the solution using google-cloud/recaptcha-enterprise-react-native, expo and firebase functions: Enable Recaptcha Enable Recaptcha enterprise for your project. Billing has to be enabled for your...
If your app includes third-party authentication providers like Google login or GitHub login, Apple requires you to also provide an equivalent login option that prioritizes user privacy by limiting data collection to name and email, allowing...
In earlier posts, I covered push notifications. In this one, I'll show how to add real-time communication via websockets between an Expo client and a NestJS server. The demo repo I use is https:...
Last part of my push notifications series is integrating web push notifications. In the first part I covered how to integrate push notifications on ios and android, then how to send them from a nestjs server,...
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...