We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ec3ad commit d021d80Copy full SHA for d021d80
1 file changed
data/firebase.json
@@ -6,15 +6,15 @@
6
"colorPref": "#745fb5",
7
"contents": [
8
{
9
- "title": "প্রমাণীকরণ করা হচ্ছে",
+ "title": "প্রমাণীকরণ করা হচ্ছে (Authenticating)",
10
"items": [
11
12
- "definition": "বর্ণনা",
13
- "code": "কোড"
+ "definition": "",
+ "code": "FB = new Firebase('https://xxx.firebase.io')\nFB.auth(TOKEN, (err, result) => { ···})\n"
14
},
15
16
17
+ "code": "FB.authAnonymously(···)\nFB.authWithPassword(···)\nFB.authWithOAuthPopup(···)\nFB.authWithOAuthToken(···)\n"
18
19
20
"definition": "বর্ণনা",
0 commit comments