[FREE PLUGIN] Strava πŸƒπŸΌβ€β™‚οΈπŸš΄πŸ½β€β™‚οΈ

Hello Bubblers!

Want to integrate Strava into your Bubble App?

We’ve released a free and more comprehensive Strava plugin that lets you:

  1. Get activities
  2. Get activity by ID
  3. List activity comments
  4. List activity kudos
  5. List activity laps
  6. List athlete activities
  7. List activity zones
  8. Get authenticated athlete
  9. Get zones
  10. Get athlete stats
  11. List club activities
  12. List club administrators
  13. Get club by ID
  14. List club members
  15. List athlete clubs
  16. Get equipment.
  17. Get route
  18. List athlete routes
  19. List segment efforts
  20. 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;

  1. Create a field of your choice, give it a type - This could be the same type as data from the API or text
  2. On the workflow, you can make changes to thing and select the option β€œGet data from external API”
  3. 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