-
Hi there,
I use Flamelink in combination with Firebase **authentication** to view/create/update/delete documents in a `appUsers `schema. I also added **custom firestore security rules** like descri…
-
```
app.content.get({
schemaKey: "events",
fields: [
"id",
"eventName",
"date",
"image",
"registeredPlayers",
"course",
],
…
-
Hi there,
I'm starting to get quite desperate to get the flamelink SDK to work.
Can you see what's causing this error?
[FLAMELINK] The "firestore" Firebase service could not be instantiated. P…
-
I want to add data to Flamelink in the "Draft" status in my app, but I haven't found a way to do so using the API.
I can read the status on my data just fine via `_fl_meta_.status`, but there doesn't…
-
Hi there,
I'm trying to get and display images uploaded through Flamelink, but they are returned to me as an array of DocumentReferences.
How can I get their urls?
```
headerImage: [
Do…
-
When I run the app using Intel chip mac, it works, however when I run the app by Apple M1, it cause error when I open http://localhost:3000.
It seems when I use `content.get` with `populate: [ "SOM…
-
### [REQUIRED] Describe your environment
* Operating System version: Mac OS Catalina
* Browser version: Chrome/Firefox
* Firebase SDK version: 8.7.1
* Firebase Product: app-check
…
-
When you want to install the package under node 10.8.0 it just completely crashes.
-
# Bug report
## Describe the bug
I'm using the popular [find-up](https://www.npmjs.com/package/find-up) npm package, which has [locate-path](https://www.npmjs.com/package/locate-path) as a depen…
-
By flamelink JavaScript SDK, we can't get documents that only published.
I discussed with flamelink support team, and I try this code but I got null.
```next.js
export async function getCategorie…