I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
Any advice on how to deal with such a case ->
I have pricing on the landing page. The user clicks on the offer and purchase plan, and then I want to create a user account in Firebase.
If I understand your scenario correctly, this would be the pricing page (website) -> the sign-up form (web app). The system has the route for the sign-up page so you can always link to it.
I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
Just want to give possibility to buy subscription without having account.
So the flow will be following->
User buys subscription then system creates account for user.
I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
That is a great idea. I have a Hugo theme (github.com/chaoming/hugo-saasify-t...) which could be the starting point of the process. Thank you for the idea!
I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
I am a skilled Full-Stack Developer with a passion for creating robust systems and applications. With experience in developing various systems and applications, I have honed my expertise in JavaScript
Any advice on how to deal with such a case ->
I have pricing on the landing page. The user clicks on the offer and purchase plan, and then I want to create a user account in Firebase.
If I understand your scenario correctly, this would be the pricing page (website) -> the sign-up form (web app). The system has the route for the sign-up page so you can always link to it.
Just want to give possibility to buy subscription without having account.
So the flow will be following->
User buys subscription then system creates account for user.
Using the Stripe data to create accounts?
Create account in firebase. We can use the same email as for payments details
That is a great idea. I have a Hugo theme (github.com/chaoming/hugo-saasify-t...) which could be the starting point of the process. Thank you for the idea!
Don't hesitate to contribute code if you like.
Sure thank You
I'm trying to create subscription and I'm getting
CreatePlan.tsx:41
POST http://localhost:5555/my-app-name/us-central1/createSubscription net::ERR_CONNECTION_REFUSEDLooks like ports are wrong?

Looks like your Cloud Functions are on port 5001. Make sure you configure it the same port in the config.json (docs.fireact.dev/core/getting-star...)