Redux | thunk handles Google Authentication async logic

In Redux we often use middleware to handle asynchronous behavior, so that we can add different asynchronous logic to the store, and gradually we have developed various kinds of middleware. ...

September 2, 2022 · 5 min · Anila

Firebase | How to use Cloud Firestore in our application

What is the Cloud Firestore Cloud Firestore Database of Google Cloud, provide to mobile, Web, and sever development. Through realtime listeners and offers offline support so we can build responsive apps without network latency or Internet connectivity. step1: create project and application Create a project and add application as needed then register applications. step2: add the Firebase SDK to our project in development. First, we install the latest version of Firebase....

July 20, 2022 · 5 min · Anila