What's Possible with Cloud Functions for Firebase (Google I/O '17)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 18

  • @tomhollins9266
    @tomhollins9266 4 ปีที่แล้ว

    Ok I've watched enough of these Cloud Functions videos. The short take is just like we do in Unix/Linux. When creating a command line utility make it do something specific and do it well. It can then be piped to the next command line utility that someone else wrote. Cloud Functions is to create a Function that can be piped to another Function to accomplish a task. This creates a usable subsystem of Functions for your future projects.
    Good technology here.

  • @kalpeshgujarati
    @kalpeshgujarati 7 ปีที่แล้ว +11

    Hi, Thanks for this talk. Can you share code that was used to create the firesale using firebase and also code to integrate cloud function and Google assistant.

  • @hectorldiazmorales3665
    @hectorldiazmorales3665 7 ปีที่แล้ว +4

    I am in love with Firebase. ♥️

  • @FidelGuajardo
    @FidelGuajardo 6 ปีที่แล้ว

    Cloud Functions definitely on my roadmap

  • @geekfarmer
    @geekfarmer 7 ปีที่แล้ว

    Can files saved in my android device sd card or at a specific path in android device, auto upload in Firebase Storage? if Yes then how?
    I am making an android app in which I used Firebase storage. I want that my app data files can be auto upload on Firebase Storage, there is no need to manually upload it. How can I do this?

  • @jd9781
    @jd9781 6 ปีที่แล้ว

    I hope I was not the only one that got the Arrested Development reference.

  • @jguillendev
    @jguillendev 6 ปีที่แล้ว

    hello I love the ease of firebase functions, but I would like to be able to program anywhere I am and I have not found how to do it. They should have how to do this from an APP, or from the web. thus nothing would program the code, I give it to save and it should be published. Thank you

  • @lucassenn6163
    @lucassenn6163 7 ปีที่แล้ว +1

    Whats the name of the used admin panel?

  • @PriestapGustavo
    @PriestapGustavo 7 ปีที่แล้ว

    hi, thank for your work.
    I am try on cloud functions de current user id active in de session.... help me!!!! thanks...
    const admin = require('firebase-admin');
    admin.initializeApp(functions.config().firebase);
    const firestore = new Firestore();
    exports.createGroup = functions.firestore.document('groups/{groupId}/group/basic').onCreate(event => {
    const currentUserId= ????????????????????????????
    }

  • @rockero7378
    @rockero7378 6 ปีที่แล้ว

    Is it Google I/O or Google O/I?
    I think there is something wrong with the thumbnail 😂

  • @alexanderparra7889
    @alexanderparra7889 7 ปีที่แล้ว +1

    I like it but I think that AWS Lambda is still better because I can use different languages like python,C#,java

    • @GideonvanderMerwe
      @GideonvanderMerwe 7 ปีที่แล้ว

      Alexander Parra I use both. Just remember that functions is still in very early stages.