Firebase Authentication Plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

Firebase Authentication Plugin

Most apps need to know the identity of a user. Knowing a user's identity allows an app to securely save user data in the cloud and provide the same personalized experience across all of the user's devices.

Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more.

Firebase Authentication integrates tightly with other Firebase services, and it leverages industry standards like OAuth 2.0 and OpenID Connect, so it can be easily integrated with your custom backend.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 3 other users have reacted to this post.
luishpVadimCN_IcemanjeffreydulaneyYASIN

@asmat your plugins are great!!

But we need an standard way to produce new plugins or there will be conflicts very easily.
Please use "asm" (from Asmat) prefix for your commands and JavaScript functions too inside the plugin. So if you create a PhoneGap plugin use "asmPg" as prefix. This way you can use whatever command name without conflicting with present or future core commands and plugins. Do you agree?

Also, do I have your permission to include your plugins within the official software release?

Thanks again!!

Super!! Thanks a lot, Asmat !!

Thank you @luishp , I am sorry about forgot your recommendation, now i have edited the attachment file.

Thank you @Vadim.

luishp has reacted to this post.
luishp

@luishp @asmat  we can have some example of using this plugin. It seems very necessary to me.

Thank you

lesanch has reacted to this post.
lesanch

Hi @Asmat,

Thank you very much for your plugins, as rrey says, please give us some examples of use for better understanding.

Thanks in advance,

Sam

Hi @lesanch and rrey@

Using of this plugin is so easy you just create and app in firebase and than copy the intializer code and paste  to Project>properties>Advance>custom metadata>head

your intializer code something like this:

<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-storage.js"></script>
<script>
  // Your web app's Firebase configuration
  var firebaseConfig = {
    apiKey: "AIzaShhssayD5u4tLN_WY9rQhuLUi4z2VCm8E2A",
    authDomain: "wardakbaba-73195.firebaseapp.com",
    databaseURL: "https://asmatqatea-happy-com-firebase.com",
    projectId: "wardakbaba-73195",
    storageBucket: "asmatqatea-ab-tl.com",
    messagingSenderId: "xxxxxxxxxxxxxxxxxxxxxxxxxxx",
    appId: "1:460445972388:web:xxxxxxxxxxxxxxxxxxxxxxxxx",
    measurementId: "xxxxxxxxxxxxxxxx"
  };
  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);
</script>

See the attached file i have made a simple for login and sign up as exmple:

 

 

 

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

Muchas gracias @asmat .

asmat has reacted to this post.
asmat

Hello @asmat. I am trying to integrate Firebase with a Visualneo project and it is driving me crazy. Your plugin is what I need. Do you have that plugin available to use or buy? That plugin would keep me from going crazy. [leasew let me know as soon as you can. Thanks.

@jeffreydulaney note that the plugin is available to download from a link in the first post in this thread.

jeffreydulaney has reacted to this post.
jeffreydulaney

Thanks @luishp did not see that.

Open chat
1
Do you need more info?
Hi, do you have any doubt?