uzaysan

Results 17 comments of uzaysan

Thank you I will try

May i ask, if i create indexes directly in mongo console or mongo compass, it will work right?

No It shows how to search. But ı already did inapp searching and Writed my fuction to copy my firebase data to algolia.But ı wanna upload my funxtion to firebase...

> This example isn't made for firebase functions in fact, but for regular hosting. cc @bramses who made a functions version I think I couldnt find anything in his profile....

Hi @bramses I know i have to switch blaze plan. What i'm asking is how can i upload this example function to firebase functions. Look this is official firebase function...

Thanks for reply. This is how we initialize admin in algolia example. ``` firebaseAdmin.initializeApp({ credential: firebaseAdmin.credential.cert(serviceAccount), databaseURL: "https://***************.firebaseio.com" }); ``` And this is how i initialize firebase admin: `admin.initializeApp();` But...