• Hello, I came across your plugin during my research on wordpress and firebase. I am developing a native mobile app for bikerflyer.com and am very interested in creating a plugin that will allow me to sync profile fields, images, and activity steam data with firebase. I have the auth concept down but am just starting to learn the rest. If there was a plugin that would make it easier I know all the youzer people would buy it. I would too. Have you any thought on this, or would you be willing to do custom work?, or share docs with me on how I could create it myself?

    Any input would be greatly apppreciated.

    Sincerely,

    Daniel Perley

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dale Nguyen

    (@hanthuy)

    Hi Biker,

    It’s totally possible to capture activity from BuddyPress to Firestore. I haven’t tried with profile fields and images yet.

    It can be done by listening to the action from BuddyPress (bp_activity_after_save) and save it to Firebase.

    Sample for activity:

    
    {
       "id":2,
       "item_id":false,
       "secondary_item_id":false,
       "user_id":1,
       "primary_link":"http:\/\/localhost:8080\/members\/admin\/",
       "component":"activity",
       "type":"activity_update",
       "action":"<a href=\"http:\/\/localhost:8080\/members\/admin\/\">admin<\/a> posted an update",
       "content":"Hello",
       "date_recorded":"2020-04-26 18:50:24",
       "hide_sitewide":false,
       "mptt_left":null,
       "mptt_right":null,
       "is_spam":false,
       "errors":{
          "errors":[
    
          ],
          "error_data":[
    
          ]
       },
       "error_type":"bool"
    }
    
    Thread Starter bikerflyeradmin

    (@bikerflyeradmin)

    Can you give me a quote on doing this for me. I have the native app developed up to the point where I am now. I cannot figure out how to push the wordpress data to realtime database.

    Feel free to call me: 843-614-1245

    Thanks.

    Plugin Author Dale Nguyen

    (@hanthuy)

    Sure, I got your form and sent you an email. Please check it. Thanks,

    HAs this been integrated into the plugin as I would love this feature also

    Plugin Author Dale Nguyen

    (@hanthuy)

    Hi @menzer, it’s in the roadmap, but won’t be available anytime soon.

    Thread Starter bikerflyeradmin

    (@bikerflyeradmin)

    Can anyone tell me how I can display the actual images from firebase onto my WordPress site. When I use the shortcodes provided in the user guide it just displays the url to the image in my site, but not the image. My field for my images in firebase are called “attachment”

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to sync buddypress user profile data with firebase’ is closed to new replies.