-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i cant connect firebase in this application #9
Comments
Did you setup firebase correcly? Our firebase project might be out of date. You might need to create a new project, set it up in the app and then register |
Bro I tried everything when I created new project and changed package name and changed Google services.json then app worked. Properly but I can't getting register or login may be there is an issue in firebase storage rules or maybe there is an error in your application because when I changed firebase rules to public access then application showing me user doesn't exist , and when I created a user manually in collection and document then whenever I entered that user which I manually created application forced stops , so there is measure issue in application , can you help me. |
Sure, I'll look into it. Can you share your project and give me access to that firebase project? |
yes sure bro. |
W/hstudios.safan: Accessing hidden method Ldalvik/system/BlockGuard;->getThreadPolicy()Ldalvik/system/BlockGuard$Policy; (greylist,core-platform-api, linking, allowed) |
when I changed It showing User Doesn't exist |
You have to register first before logging in... You need to create a collection in the database like shown here(Allowances, Employees, Leaves, Logs, Projects, Tasks) Then, try registering through the application (edit: you can only register employees through the application. You have to create a supervisor through the database only.) |
But how bro I mean how I can register SUP001 ?
PLEASE elaborate brother ?
…On Wed, Jan 6, 2021, 8:03 PM Harsh Saglani ***@***.***> wrote:
It showing *User Doesn't exist*
now what to do BRO ??
You have to register first before logging in...
Since this isn't our firestore database, there is no SUP001 user in the
database.
You need to create a collection in the database like shown here
<https://github.com/ashawe/Safana#sample-firebase-data>(Allowances,
Employees, Leaves, Logs, Projects, Tasks)
Then, try registering through the application
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITVI2XLA7FEJJG642PMCQDSYRYEHANCNFSM4VAXBQPQ>
.
|
@hackernm99 Sure, so follow these steps:
|
Thank you brother , appreciate that
…On Wed, Jan 6, 2021, 9:12 PM Harsh Saglani ***@***.***> wrote:
@hackernm99 <https://github.com/hackernm99> Sure, so follow these steps:
1. Go to your firebase project (console.firebase.google.com) > Cloud
firestore.
2. Select the server location.
3. Click on Start Collection.
4. Name it "Employees" (exactly as it is 'e' is capital) and then
click on next
5. give the document id as SUP001 (or the username you want to login
with as a supervisor)
6. in the field section write: password and in value write sup001 (or
any other password you want)
7. Similarly add name, email and mobile fields (and their values)
8. click on save.
9. Now try to login using the credentials you entered into the account
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITVI2TNJRTM5AUEPZYUG5DSYSAGPANCNFSM4VAXBQPQ>
.
|
If it is working, you might be able to see some sample data. You can now create employees and they should be able to log in. Keep in mind that some features like
|
Thanks, I'll check it out Bro
…On Wed, Jan 6, 2021, 9:19 PM Harsh Saglani ***@***.***> wrote:
Thank you brother , appreciate that
If it is working, you might be able to see some sample data. You can now
create employees and they should be able to log in.
Keep in mind that some features like
1. Bringing list of employees from database
2. List of tasks from database
aren't implemented yet.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITVI2W3ILR5XG6SWVSJ3XTSYSBADANCNFSM4VAXBQPQ>
.
|
hi, bro Enter id my kay write Karu ????? |
Make sure you setup your firebase first before using the app. See the steps above for more info. |
firebase firestore dependency old
but new dependency Add Error (setTimestampsInSnapshotsEnabled(true) )
Error ?????
…On Tue, Apr 27, 2021 at 2:07 PM Harsh Saglani ***@***.***> wrote:
hi, bro Enter id my kay write Karu ?????
Make sure you setup your firebase first before using the app. See the
steps above for more info.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4HWUMSB2SSDPN7WZLH2OTTKZZVPANCNFSM4VAXBQPQ>
.
|
I was able to login to the demo, but can't work with the software, can you give me the database details to modify? |
I just want to know how it works, not for commercial purposes |
The problem is that I don't have the database now so you need to recreate it. |
hii sir i download our safana zip file and create project in fire base and i change the google servies file after that how i download the app |
its login screen only showing loader
The text was updated successfully, but these errors were encountered: