Skip to content

Releases: jakipatryk/steemconnect-firebase-functions

Downvote, user metadata and revoking access token

20 Mar 20:51
Compare
Choose a tag to compare
  • added a createVote function which creates and returns a vote operation
  • added a broadcastDownvote function
  • refactored broadcastUpvote to use createVote
  • added revokeAccessToken function
  • added setUserMetadata function

HOTFIX

13 Mar 14:19
Compare
Choose a tag to compare
  • fixed exports

State, `createFirebaseAccount`, and broadcasts

13 Mar 13:55
Compare
Choose a tag to compare
  • enabled to add state variable in the getAuthorizationUrl function as an optional parameter
  • added createFirebaseAccount function
  • added broadcastFollow function
  • added broadcastUnfollow function
  • added broadcastReblog function

New documentation

08 Mar 15:04
Compare
Choose a tag to compare
  • added new documentation in the README
  • added JSDocs documentation in the code

Long-lived token support and more broadcast functions

08 Mar 15:08
Compare
Choose a tag to compare
  • added refreshAccessToken function that enables lib consumer to exchange refresh token for a new access token (along with username etc.)
  • renamed AccessToken interface to AccessTokenResponse
  • added refresh_token to AccessTokenResponse interface
  • added broadcastUpvote function that broadcasts upvote for a given post to the blockchain
  • added broadcastComment function that broadcasts comment to the blockchain
  • added broadcastPost function that broadcasts post to the blockchain
  • added broadcastPostWithBeneficiaries function that broadcasts post with beneficiaries details to the blockchain
  • added createOptions helper function that creates and returns comment_options operation