Tag: Firebase
We have blocked all requests from this device – Firebase Phone Authentication
Firebase enables apps with Phone Authentication feature but when testing your app you might have received the following error. We have blocked all requests from this device due to unusual activity. Try again later. This user usually occurs when you have received too many OTP’s within a short period of time. And we have to…
iOS Swift – Firebase Demo
Firebase is a platform that allows web and mobile application to store data in cloud. In this article, we will see an example app written in Swift that uses Firebase for storing and retrieving data in real time. The source code for this demo is available under GitHub. This demo app consists of three fields…