Opens the popup and returns the token of the logged account
const MODULES = require("@iotechpis/modules-front");MODULES.Firebase.Auth.facebookAuth() .then(response => { console.log(response) }) .catch(error => { throw error; })
const MODULES = require("@iotechpis/modules-front");MODULES.Firebase.Auth.googleAuth() .then(response => { console.log(response) }) .catch(error => { throw error; })
const MODULES = require("@iotechpis/modules-front");MODULES.Firebase.Auth.twitterAuth() .then(response => { console.log(response) }) .catch(error => { throw error; })
Generated using TypeDoc
Opens the popup and returns the token of the logged account