Open narayan954 opened 1 year ago
I've enabled this for the production so you can test without the need for generating your own creds
Hey @narayan954 I know firebase well worked for 4 month on that Assign me this issue
Hey @narayan954 I know firebase well worked for 4 month on that Assign me this issue
Cool!, best of luck!
Thankyou @narayan954 Soon I will send the PR!
@marshadkhn are you working on this???
Actually this is a priority issue, so am pinning it, else I'll work on this
Yes i will send pr tomorrow for sure
Yes i will send pr tomorrow for sure
oh okay thanks!
verification by link will be valid or it's important to get one-time-password on email?
Hey @narayan954 Can I work on this?
verification by link will be valid or it's important to get one-time-password on email?
anyone shall do! we are just verifying :)
Hey @narayan954 Can I work on this?
I think perhaps he's working on this, let's wait :)
But he is not replying
I will push today
Suffering from health condition the code will be pushed today
Suffering from health condition the code will be pushed today
Sorry to hear that.
Yes
Suffering from health condition the code will be pushed today
get well soon broo, health first priority!
Exactly.
Yes
Hi @marshadkhn this is a priority issue now, can you please raise the pr by tonight? (5 Aug) else either me or @Palakkgoyal can work on this.
Can I work on this? I previously worked on private routing thing in ReactJS using firebase, in addition to that, I also worked on the OCR thing using firebase in android.
Can I work on this? I previously worked on private routing thing in ReactJS using firebase, in addition to that, I also worked on the OCR thing using firebase in android.
Yeah sure, you can work on this :) Let me know and I'll enable the email sign in feature in firebase dashboard
Hi,
Can I work on this? I previously worked on private routing thing in ReactJS using firebase, in addition to that, I also worked on the OCR thing using firebase in android.
Yeah sure, you can work on this :) Let me know and I'll enable the email sign in feature in firebase dashboard
Okay, from today I'll start
Hi,
Can I work on this? I previously worked on private routing thing in ReactJS using firebase, in addition to that, I also worked on the OCR thing using firebase in android.
Yeah sure, you can work on this :) Let me know and I'll enable the email sign in feature in firebase dashboard
Okay, from today I'll start
best of luck, I've enabled the feature :)
if (!error.email && userDatails.email !== "") {
const actionCodeSettings = {
url: `${window.location.origin}/dummygram`, // URL where the link will redirect
handleCodeInApp: true,
};
Hey, I'm trying to get this, but when I click the link, it redirects me to the same sign in page. IDK why? Could it be the issue with the authorization?
Also, can you check in
Authentication -> settings -> Authorized Domains and see whether localhost is added or not
Also, can you check in
Authentication -> settings -> Authorized Domains and see whether localhost is added or not
sorry I missed the comment. Yes, localhost's there.
if (!error.email && userDatails.email !== "") { const actionCodeSettings = { url: `${window.location.origin}/dummygram`, // URL where the link will redirect handleCodeInApp: true, };
Hey, I'm trying to get this, but when I click the link, it redirects me to the same sign in page. IDK why? Could it be the issue with the authorization?
seems like an auth issue, as we have a function to redirect to sign in page if theres no authuser there's a property in user object isemailverified. I think that might help. Will look into this more asap
I would like to work on this issue. Please assign this issue to me.
I would like to work on this issue. Please assign this issue to me.
Sure, go ahead! :)
Description
firebase provides inbuilt support for email verification We can implement this for our application. There're several guides for this as well around the web.
Screenshots
No response
Additional information
I'm enabling email sign in and this'd secure/authenticate the signups