Deepak GoyalFirebase — Recognize FDL before onSuccessListenerSometimes we want to know if our App is opened because of Firebase Dynamic Link or not. To get the data from the FDL (Firebase dynamic…Mar 3, 20211Mar 3, 20211
Deepak GoyalAndroid — Deep link and App linkIn product development, we want that our users visit a certain screen of the application directly via links. This will have a better user…Feb 21, 20211Feb 21, 20211
Deepak GoyalFlutter — Provider (Explanation)The provider package is used almost by all developers (fresher or experienced) and in all types of projects (simple or complex). Google…Nov 2, 2020Nov 2, 2020
Deepak GoyalExport strings.xml to CSV filesIn Android, we put the strings used in the project under the values folder. In the Android studio, you can use the translator editor to…Sep 30, 2020Sep 30, 2020
Deepak GoyalFirebase project custom DomainFirebase project domain consists of {projectId}.firebaseapp.com. This domain is used everywhere in Firebase such as Verification email…Jun 27, 2020Jun 27, 2020
Deepak GoyalData EncryptionWhat is Encryption? Encryption is a technique to achieve Data Security. According to GDPR (General Data Protection Regulation), Data…May 19, 2020May 19, 2020
Deepak GoyalLocalize your Android ApplicationWhat does this mean? It means to make your app support multiple locales or regions so that it can reach most of the users. Some users…May 8, 20201May 8, 20201
Deepak GoyalFlutter-Guidelines for small and large devicesFlutter is a very powerful tool to create apps for multiple platforms from a single code base. In this article, we will not learn about…Apr 26, 2020Apr 26, 2020
Deepak GoyalRandom data from Firebase Realtime DatabaseI’m using Firebase in one of my apps. I want to display the random data in my app from the Realtime Database. Realtime Database is a NoSQL…Dec 27, 20191Dec 27, 20191
Deepak GoyalCampos ValidatorI have created a library to validate the fields such as CEP, CPF and CNPJ. Any one can use this library by just importing the library…May 17, 2018May 17, 2018