Demo page for Gemini:
https://scalable-nocode.bubbleapps.io/version-test/google-gemini-ai?tab=authentication
Editor page:
https://bubble.io/page?type=page&name=google-gemini-ai&id=scalable-nocode&tab=tabs-1In order to implement properly this plugin you will have to use follow the following steps:
Watch our Authentication Tutorial to ease the process:
https://www.youtube.com/watch?v=S61yJDTQBB81) Go to Google Cloud Console. From there, create a project
2) Go to IAM Admin -> Service Account. Create a new service account, choose a name and a service account ID. Then select the role: Project -> Owner. Then create by clicking done.
When you are back to the service account, click on the account you have created. Go under the sub-tab "Keys". There, create a new Key under the Json format.
3) Open the Json file and add the following required informations to the plugin: client_email and private key.
CAUTION: for the private key, you will have to replace all "\n" by new lines. Moreover, keep the -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY----- in the private key