Blog

firebase-hosting-react-app

How to deploy React app using Firebase Hosting?

Deploying react apps can be difficult if you do not choose the right platform. I have been using Firebase Hosting recently and it has been the easiest solution to deploy the react app. The whole process is super easy and you get done within 5-10 minutes. Just follow through the steps as listed below : …

Recaptcha v3 in Flutter app

How to implement reCAPTCHA v3 in Flutter app?

Google recaptcha v3 analyses the interactions of the users with the app and detects any abnormalities or suspicious use. It identifies whether the app is being accessed by a human or a bot. ReCaptcha v3 gives a score between 0 and 1 which indicates the risk based on the threshold you decide to set apart …