How To Master The Basics Of Firebase Functions

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 3

  • @AfroHammerMedia
    @AfroHammerMedia 6 років тому

    On line 45 of index file why did you call the 0th value?

  • @AfroHammerMedia
    @AfroHammerMedia 6 років тому

    I'm trying to do something very specific using Firebase functions and I'm not sure how to go about doing it
    Is there a way of having the function be triggered by the insertion of data into one collection, then use that trigger to alter specific data from a different collection?
    Essentially can you retrieve, edit, and save data from a collection in a function that was triggered by a different collection?

    • @apptaura8131
      @apptaura8131  6 років тому

      Hi AfroHammerMedia, Yes that does sound possible. Firebase functions can retrieve and change any value in the database.