statebox / purescript-firestore

A Purescript library to interact with Google Cloud Firestore
Other
13 stars 1 forks source link

issue with asynch FFI #17

Open marcosh opened 4 years ago

marcosh commented 4 years ago

this issue is that the promise executed here is actually never resolved and the subsequent lines are not executed

epost commented 4 years ago

Use the issue branch to work on this issue.

Update: in master, the promise that won't resolve moved here.