0
Is there anyone who is good with Json and firebase database??
7 Respostas
+ 15
âââââ
âââââ
âââââ
âââ
ââ
ââ
+ 6
been a busy day
didn't had time until now
you will have to be more specific
it seems you simply copy-pasted the instructions you were given
regarding 3
i would assume it's the web setup of your project
which looks like this:
<script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: <your api key>,
authDomain: <your auth domain>
projectId: <project id>,
storageBucket: <storage bucket>,
messagingSenderId: <messaging sender id>
};
firebase.initializeApp(config);
</script>
if that is the case you can find yours by entering your project page, going into AUTHENTICATION and clicking on WEB SETUP
that should open a pop up with the relevant info
+ 6
from 4 onward it's coding your actual project
see how to authenticate user with email + password
https://firebase.google.com/docs/auth/web/password-auth
reading + writing
https://firebase.google.com/docs/database/web/read-and-write
my advice is to experiment with it for a bit before diving into the project
figure out how to read write first, ask yourself questions such as, "when does it update?", "how do i delete records?" and try to find the answers
also, look up in google for help (focus on firebase version 3 and up)
+ 1
@k.sai
burey...isnt good...
he is master at it...
ha ha.....
take help from himđđ
0
no one helping?
0
Thanx dude.Your information is very much helpful.
- 1
I am very beginner to JSON and firebase database.I had applied to an web dev internship ,they sent me an assessment to shortlist.
This is what they gave:
1.Download project files from link above.
2.Download and import json file to your firebase database (file present in link) by creating folder name as question papers.
3.Change top lines in script file to match with the script from your firebase web setup.
4.On successful login user should be able to see question papers tab
5.On clicking on tab it should go with the flow of college name, department, branch, sem and year as in the student zone app.
6.Host files on any site and share link with us after changes within 48 hours
I have done till point 2 but not understanding what to do from point 3.
Could u please help me what does those mean to do?