Auth0, Paypal, Angular and Firestore!

Hello guys!
I am creating an Angular 7 app with firestore as a backend, and I want to implement paypal payments and authentication using Auth0.
Is it possible?
Thank you!

Hey there @skiabox!

I’m pretty sure you’ll be able to achieve that provided that you can somehow tie PayPal using SAML for example. Here is a couple of docs you can refer to:

https://auth0.com/blog/how-saml-authentication-works/

https://auth0.com/docs/quickstart/spa/angular2/01-login

In addition, here is a tutorial on using Angular, Firestore, and Auth0 together:

How to Authenticate Firebase and Angular with Auth0: Part 1 - Custom Tokens & Lazy Loading
How to Authenticate Firebase and Angular with Auth0: Part 2 - Async and Realtime

1 Like

Let us know if you have any further questions down the road!

Hey there @skiabox!

Have you had a chance to see our previous messages and put them into action?