What are Differences between authorization and authentication?

Post by Admin
18, April 2022

Authentication: Authentication is the process to check a user or user information is valid or not. Authentication is the system to validating user credentials such as Username and password to verify a user identity. Generally, for authentication used username and password, although there are other various ways to be authenticated.

Authorization: When authentication checked and response is positive then user got accesed by the system, simply this is the authorization. As MDN documentation Authorization occurs after your identity is successfully authenticated by the system, which therefore gives you full access to resources such as information, files, databases, funds etc.

Why are you using firebase? What other options do you have to implement authentication?

Post by Admin
18, April 2022

1. Firebase is backend application development tool used for develope Web application, Android App and iOS app by tech gaint Google. That provide many of tools to implement in application. One of the most import and popular features that firebase provide is, User Authentication. That used by many of individual developer and larges companies. I'm also used this awesome tool to uer authentication.

2. So many Resources we have to implement user authentication. One is google firebase. And so many alter resources we have. some of mention below:

  1. 1. Auth0
  2. 2. Okta
  3. 3. Amazon cognito
  4. 4. Back4App etc.

What other services does firebase provide other than authentication?

Post by Admin
18, April 2022

We know that Firebase is backend application development tool. Its provide many of tools to implement in application. One of Authentication. Except Authentication its provide many others thing those are:

  1. 1. Hosting
  2. 2. Cloud storage
  3. 3. Google analytics
  4. 3. Cloud Storage
  5. 3. Remote config etc