Identify and add SHA1 / SHA-256 Certificates to Firebase console for Phone Authentication
For phone authentication, we need to add release SHA1 or SHA-256 key to your firebase console, to … Read more
For phone authentication, we need to add release SHA1 or SHA-256 key to your firebase console, to … Read more
Once you created a project in Firebase console by following steps from “How to start new project … Read more
Visit https://firebase.google.com/ and click “Go to console” from top right corner, which will redirect you to Google … Read more
When you publish your application in Android playstore and user starts using it, its possible that your … Read more
What is Nginx ? NGINX is open source software for web serving, reverse proxying, caching, load balancing, media … Read more
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server … Read more
When we were working with Django rest framework and trying to design a response JSON, we got … Read more
If you are looking for sharing some errors / warnings with developers, the best way is to … Read more
This post details, how you can install phpmyadmin which will help you with GUI to create mysql … Read more
When we created the docker container using command, and then tried to access the shell as, we … Read more
Modify your projects settings.py ( helloproject/settings.py ) to know the BASE directory of the project You can … Read more
Note: This post is related to “Developing REST API using functions in DRF application views” from “Django … Read more