15 followers
MERN | React Native | Blockchain | Web3
Subscribe to my newsletter and never miss my upcoming articles
In this tutorial, we will learn how to authenticate users with their email and password using Firebase's authentication module in a Non-Expo React Native application. To learn more about Firebase, refer to this link. Prerequisites The basics of React...
In this tutorial, we will learn how to authenticate users with their Facebook accounts using the authentication module in Firebase in a Non-Expo React Native application. To learn more about Firebase, refer to this link. Prerequisites We will not cov...
OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications to access information on other websites without giving them the passwords. In this tutorial, we will learn how to authenticat...
In this tutorial, we will learn how to authenticate users with their phone numbers using Firebase's authentication module in a Non-Expo React Native application. Firebase Firebase is a platform developed by Google for creating mobile and web applicat...
In this tutorial, we will learn how to get user input in a Node.js CLI application. To do this, you will need to listen to STDIN (Standard Input), which Node.js exposes as process.stdin, a readable stream. Streams are used to deal with I/O. You can l...
In this tutorial, we will be building a Non-Expo React Native application to recognize landmarks from images using Firebase's machine learning kit. Firebase Firebase is a platform developed by Google for creating mobile and web applications. It was o...