Is using Firebase and Firestore with Wordpress the right way to go for commercial sites?
I have an idea to create a website. This site will also have a mobile application. I will sell in-site subscriptions on this website. The same will be available in the mobile application. I have experience in mobile app development, but I know very little about creating websites. Could you guide me on this matter? My plan was that there would be questions on certain topics on the website, and users would answer them. There are approximately 1500 questions in the pool. If the user subscribes, they will have access to all these questions. When I researched the system structure, I thought I would handle user control in Firebase since I need common user control for both web and mobile. If the user subscribes, their status in Firebase will be updated and they will see the questions. I thought I would keep the 1500 questions in Firestore. Since I don't know much about websites, I thought I would handle purchases with WooCommerce in WordPress. On the mobile app, I thought I could log in with Firebase and pull questions from Firebase according to the user's information. But how appropriate is it to communicate WordPress with Firebase, and how correct is this path I'm following in your opinion?" I am developing a mobile application via Flutter. And I want to develop websites with Wordpress. They use Firebase in common but I don't know how to use Firebase to store commercial user information in Worldpress? Should I write a special plugin? When i researched i found Webhooks but i dont know how to use them too.

I have an idea to create a website. This site will also have a mobile application. I will sell in-site subscriptions on this website. The same will be available in the mobile application. I have experience in mobile app development, but I know very little about creating websites. Could you guide me on this matter?
My plan was that there would be questions on certain topics on the website, and users would answer them. There are approximately 1500 questions in the pool. If the user subscribes, they will have access to all these questions. When I researched the system structure, I thought I would handle user control in Firebase since I need common user control for both web and mobile. If the user subscribes, their status in Firebase will be updated and they will see the questions. I thought I would keep the 1500 questions in Firestore. Since I don't know much about websites, I thought I would handle purchases with WooCommerce in WordPress. On the mobile app, I thought I could log in with Firebase and pull questions from Firebase according to the user's information. But how appropriate is it to communicate WordPress with Firebase, and how correct is this path I'm following in your opinion?"
I am developing a mobile application via Flutter. And I want to develop websites with Wordpress. They use Firebase in common but I don't know how to use Firebase to store commercial user information in Worldpress? Should I write a special plugin? When i researched i found Webhooks but i dont know how to use them too.