I have an HTML/CSS/JS website. What Google Cloud Platform product should I use for this? Firebase? Or not GCP? It needs to be https:, forms need to integrate with Gmail, it will include FB pixel and Google analytics, and a purchase cart. Am I using an external cart or does GCP have one?
Are HTML forms still the way to handle forms that integrate with my gmail? Does GCP have something like TypeForm which is one line at a time or do I integrate an external product?
Do I need something like Calendly or Acuity to schedule appointments from my website or what do you use to integrate with Google Calendar from the website for user appointments?
And I have a course. I was thinking it should go on course.mywebsite.com and would be best in Google App Engine Standard with Python and Flask? It needs security, login, and uses many videos, with users throughout USA.
What is the best way to show a course, and progress from one screen to another, with surveys to ask the user questions to skip some content and determine the next best page to go to? Are there pre-built api’s or other ways, or am I designing this from scratch?
It used to be that you never put secure content with front-facing unsecure content for security concerns. Am I using one GCP account? One App Engine project for the course and one Firebase project for the website and a storage service for video? I need to keep the course and videos secure.
I have a community. I was thinking of using MightyNetworks instead of Google because it has more functionality – rooms, moderation of content, up/down voting of answers, moving content and tagging it for searchability when saving it for future users, and many other features. Does Google have these features that I can integrate with my course, or am I using MightyNetworks?
Thanks.