hello again, i hope yall doing great
So, i made the app and divided it on 4 grades
and the user will only log to the 4th grade for example
how can make that happen??
so, in short, HOW CAN I LOG A USER TO A SINGLE SCREEN OF MY APP? IS IT POSSIBLE WITH FIREBASE?
It depends on what you are using as your authentication. You can use the OpenAnotherScreen block to open a screen, you can do the check in Screen1 which is opened by default. Explaining the logic to do so without exactly knowing what you are using and what you have tried so far is difficult.
i am using firestore authentication
WHAT I TRIED:
- for users who want first and second grade
I recreated the app that contains first and second grade - for users who want first and second grade and third
I recreated the app that contains first and second grade
and so …
sounds tiring isnt it??
@abhijith i also tried to make email password authentication using firebase but it shows error
What is the error message?
@Nih_nih_Science_cem have you added firebase core component?
the error message:
invalid firebase path: /[email protected]
firebase paths must not contain".#.$.[or]
here are the blocks i used for authentication process
ps: i removed the subscription button for users, it is available in the admin app i created
@Nih_nih_Science_cem use the google_services.json file in core, you are setting wrong firebase url
@iaditya_nanda
i didnt understand
@iaditya_nanda
how can i do this
@Nih_nih_Science_cem Please share your aia file. I will check and tell you where are the problems and how you can solve them.
@iaditya_nanda
i deleted the other app, then tried to recreate another signup login screen using firebase authentication, but it failed. it will be a pleasure if you check where the error is
sacprofesor.aia (5.5 KB)