Skip to content

Commit d021d80

Browse files
committed
add some code
1 parent 51ec3ad commit d021d80

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

data/firebase.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"colorPref": "#745fb5",
77
"contents": [
88
{
9-
"title": "প্রমাণীকরণ করা হচ্ছে",
9+
"title": "প্রমাণীকরণ করা হচ্ছে (Authenticating)",
1010
"items": [
1111
{
12-
"definition": "বর্ণনা",
13-
"code": "কোড"
12+
"definition": "",
13+
"code": "FB = new Firebase('https://xxx.firebase.io')\nFB.auth(TOKEN, (err, result) => { ···})\n"
1414
},
1515
{
16-
"definition": "বর্ণনা",
17-
"code": "কোড"
16+
"definition": "",
17+
"code": "FB.authAnonymously(···)\nFB.authWithPassword(···)\nFB.authWithOAuthPopup(···)\nFB.authWithOAuthToken(···)\n"
1818
},
1919
{
2020
"definition": "বর্ণনা",

0 commit comments

Comments
 (0)