megshsh09
(David Miller)
February 11, 2020, 10:05am
#1
So I know there’s this issue of verifying email in firebase auth (I’ve faced it too, it says the typical message "Cannot build ActionCodeSettings with null URL) so my question is how do I verify emails through my own process. Is it even possible? Some help will be very appreciated!
Did you entered firebase url ?
You can do it with ifttt
Watch pixybomb’s video on YouTube…
Ps: I haven’t tried Kodular’s email verification
1 Like
megshsh09
(David Miller)
February 11, 2020, 10:55am
#4
Where do I put that? all I have is the Google Json imported
Can you share your blocks screenshots ?
Alapjeet
(Alapjeet Singh)
June 20, 2020, 2:22pm
#8
Iftt is not working any more…
Jfdsb
(Jfdsb)
June 22, 2020, 1:39pm
#10
Found the solution. @megshsh09
This Is The Kodular Version Of @ct_tricks Guides In Thunkable X
First What You Need To Do Is Go To http://script.google.com/
Then Create A New Project
[Step1]
Then Copy Paste This Code To The Script :
/*
Written By : Ct tricks
Date : 29/02/2020
Contact : [email protected]
*/
function doPost(e) {
//this function will send emails from your gmail address
var recipient = e.parameters.recipient;
recipient = decodeURI(recipient);
var subject = e.parameters.subject;
subject = deco…
@vknow360
please tell ne how can i add this
ads
vknow360
(Sunny Gupta)
June 22, 2020, 3:11pm
#12
@Movie_clips_subscribe
I am not involved in this topic
#offtopic
Search on community or make a new thread
Hi
Is this what you are looking for?
Hi everybody,
I read many tutorial and tryed to find if what I want to show You already exists, but it seems no.
In few words I want that when I create a new user on Firebase an email verification is sent to verify the user and cannot access the database until he replies to the email. I said email verification not reset password email (really I don’t like this kind of solution).
In the aia project attached You will be able to:
create a new user, and automatically send an email verificati…
Best Regards
Marco