feat: introduce firebase authentication

This commit is contained in:
Ali BARIN
2021-10-24 01:02:34 +02:00
parent 2eeeeb0028
commit 17907a288c
8 changed files with 500 additions and 11 deletions

View File

@@ -82,7 +82,7 @@
{
"step": 3,
"type": "openWithPopup",
"name": "openTwitterAuthPopup",
"name": "openAuthPopup",
"fields": [
{
"name": "url",
@@ -105,7 +105,7 @@
"fields": [
{
"name": "oauthVerifier",
"value": "{openTwitterAuthPopup.oauth_verifier}"
"value": "{openAuthPopup.oauth_verifier}"
}
]
}
@@ -174,7 +174,7 @@
{
"step": 4,
"type": "openWithPopup",
"name": "openTwitterAuthPopup",
"name": "openAuthPopup",
"fields": [
{
"name": "url",
@@ -197,7 +197,7 @@
"fields": [
{
"name": "oauthVerifier",
"value": "{openTwitterAuthPopup.oauth_verifier}"
"value": "{openAuthPopup.oauth_verifier}"
}
]
}