Guest User

Untitled

a guest
Jul 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. const addMessage = firebase.functions().httpsCallable('helloWorld');
  2. const data = yield call(addMessage, {}, options);
Add Comment
Please, Sign In to add comment