1

I want to share a small cloud function to the user of my package. Is it possible to user firebase extensions for that?

I can easily create a structure that resembles this https://github.com/firebase/extensions/tree/next/storage-resize-images

Can other users install it from my repo instead of the Firebase one?

Razvan Cristian Lung
  • 5,661
  • 5
  • 25
  • 49

2 Answers2

1

Firebase extensions currently doesn't support community-contributed functions. Please file a feature request with Firebase support to ask for that.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
0

Following 18 October 2022 (Firebase Summit announcement)

Developers can create and manage their own extensions through the the Marketplace Alpha program.

Firebase Marketplace: https://extensions.dev/

Alpha: http://docs.google.com/forms/d/1XPmqbnakDa4ygqZBEaAIUFhQQ_CXOHlfV3IoHcgDPA8

Darren Ackers
  • 148
  • 1
  • 6