Tyler Stark
Tyler Stark
When this webapp is shared on reddit or facebook, having an og-image adds a thumbnail that interacts with other services better.
This commit removes the @internal annotation from snapshot_, and fixes https://github.com/firebase/firebase-functions-test/issues/87. `snapshot_` is currently referenced [here](https://github.com/firebase/firebase-functions-test/blob/master/src/providers/firestore.ts#L99). [More context here]( https://github.com/firebase/firebase-functions-test/issues/87) I'm happy to work through better alternatives too. Thank you...
* Draft cl ### Description TODO ### Scenarios Tested - [ ] Test wantBackend with 1 endpoint - [ ] Test wantBackend with 2 endpoints - [ ] Test setting...
### Description Implement generating a hash of function backends. This functionality is not wired up to anything (yet). ### Scenarios Tested - [x] Files matching - [x] Files not matching...
### Description Given a hash label from a gcf function, apply it to the Backend's Endpoint. ### Scenarios Tested - [x] Given a hash label, does it apply to Backend's...
This function adds the ability to skip deploying functions that have not changed. A common usecase for this is a user that only updated their hosting files (/public) and then...
…ffect mutation ### Description ### Scenarios Tested ### Sample Commands
Howdy! I generated a lora this morning, and was successfully able to get 3000 steps trained. I saw the 2 new patches come in, so I did a `git pull`,...