Skip to content
#

firebase-firestore

Here are 1,143 public repositories matching this topic...

razvanilin
razvanilin commented Oct 14, 2020

How to contribute to this issue:

  • Scroll down below to check the existing PRs so you don't open a PR for a component waiting for review
  • Refactor components based on the description below - also check the guidelines for PRs
  • Reference this issue with #58 in the PR description so we can track which component
good first issue hacktoberfest refactoring
WolfgangSenff
WolfgangSenff commented Oct 25, 2021

Is your feature request related to a problem? Please describe.
I'd like to be able to A/B test my games through Firebase and have them be tracked and what not, as well as updated and experimented on so I can come up with the best possible results.

Describe the solution you'd like
Simply put, I'd like RemoteConfig to be implemented so I can utilize it to implement the A/B testing. That

enhancement good first issue Hacktoberfest
felixjunghans
felixjunghans commented Nov 30, 2021

Feature request

  • Extension name: firestore-stripe-payments

Is your feature request related to a problem? Please describe.

I would like to create a way for my customers to automatically redeem a coupon intended only for a specific customer group. Currently you can only specify a promotion_code when creating a checkout session.

Describe the solution you'd like

It would be

enhancement good first issue
Fulbert
Fulbert commented Mar 21, 2020

Hello,

Thanks for this awesome tool!

I have a guarded property on my store, selected, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected value, because of the updated_at and updated_by value.
Of course, I can add the two properties to the guards too, and it works, but I actually

enhancement help wanted good first issue
kafkas
kafkas commented Jan 28, 2022

For v0: Each new version push should trigger npm run docs admin.
For v1 and above: Each new major/minor version push should trigger npm run docs admin.

The generated docs should be committed with the following message Docs for {versionString}.

documentation help-wanted good first issue dev-improvement

Improve this page

Add a description, image, and links to the firebase-firestore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firebase-firestore topic, visit your repo's landing page and select "manage topics."

Learn more