constructor( private afFun: AngularFireFunctions ) { } ngOnInit() { this.afFun.httpsCallable('myFunction')({ text: 'Some Request Data' }) .pipe(first()) ...
確定! 回上一頁