-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Google integration 🚀 #289
Comments
Hi. I could work on this issue |
@lcrojano , Please share your plan how will you do this? |
Since ConvoForm already handles Google authentication, we can build on this to integrate Google Forms into the platform. Here's the plan: Use Existing Google Auth: Frontend-Driven Flow: Form Preview & Edit: const forms = google.forms({ version: 'v1', auth: oauth2Client });
const res = await forms.forms.list(); // Fetch and display Save to ConvoForm: |
@lcrojano I am not sure if you checked but we are using clerk for the google auth login. Can you check and confirm if your plan will work with this? or Create a POC in which just try to get google forms list in a separate branch. |
@growupanand Sure! From what I’ve checked, Clerk does support additional OAuth scopes. I will create a new branch with a POC to retrieve the Google Forms and confirm that it works. You can find more details about configuring additional scopes here: https://clerk.com/docs/authentication/social-connections/oauth#configure-additional-o-auth-scopes. I'll keep you updated! |
Is there an existing issue for this?
Feature Description
This issue will mainly deal with the organization's integration with its Google account. This will allow the form creators to import their Google forms into this platform.
Use Case
Import existing google forms into the platform.
Benefits
Opens the opportunity to various other features that can be added to this website.
Add ScreenShots
No response
Priority
High
Record
The text was updated successfully, but these errors were encountered: