Hello Bubblers!
Want to integrate Strava into your Bubble App?
Weβve released a free and more comprehensive Strava plugin that lets you:
- Get activities
- Get activity by ID
- List activity comments
- List activity kudos
- List activity laps
- List athlete activities
- List activity zones
- Get authenticated athlete
- Get zones
- Get athlete stats
- List club activities
- List club administrators
- Get club by ID
- List club members
- List athlete clubs
- Get equipment.
- Get route
- List athlete routes
- List segment efforts
- Get segment effort
Install the plugin below, use the instructions here and let us know if you need any help!
1 Like
Hey there. Iβm looking forward to use this plugin. Question here. How can I fetch user activities and save it in database?
Hi Semorganti,
Here is how you can save Activities to the database;
- Create a field of your choice, give it a type - This could be the same type as data from the API or text
- On the workflow, you can make changes to thing and select the option βGet data from external APIβ
- Save it as an object or text depending on what type of field you are using.
Please find attached imaged that shows these steps
Appreciate the response.
But lets say I get an array of activities. Cause this search will bring me like 30 activities.
And Iβd like to save to the database the activities that arenβt already there (this part is easy, as I can set a condition to look at activity ID on strava).
The way youβre explaining to me Iβll be creating 1 thing with 30 activities on that field instead of 30 things. (one thing for each activity).
Iβm not able to pull up the instructions due to my subscription status. Is there another way to see the instructions? Iβm very interested in using this app