-
I'm using the 1.0.0-alpha.34 and when I add relational data through add() method I have to manually save the record manually on Flamelink panel before I can use populate to get the data. When I use th…
-
![image](https://user-images.githubusercontent.com/52176739/106367554-1306cb80-6309-11eb-9052-4a7b130f64dd.png)
`filters: ['category', '==' 'Some Category']`
should be `filters: ['category', '==…
-
I have a schema set up and I would like to know if it is possible to add a relational field that has its relational data pointing to the Users that are already in Firebase db?
-
Hi there,
I can't seem to find this in any documentation;
How do you set field data as document reference?
I have a schema with a `Select Relational` field. When I select a document in the sele…
-
Hi,
I am currently using version 1.0.0-alpha.31 of the sdk and have trouble getting data from a schema.
I would like to use something like this:
app.content.get({
schemaKey: "schemaName"…
-
I'm trying to use the populate attribute in the Flamelink `get()` query to populate images, as I've noticed that setting populate: true slows down the response time for the request.
I'm trying this…
-
Hello,
I am using the Flamelink SDK (Alpha-0.0.28) for Typescript.
The Problem is that single request via this SDK to the Firestore Api of Firebase, triggers multiple HTTP requests. In the follow…
-
In my case, attempting to fetch an **ad**-entity which has a **company**-field (which is a relative field, pointing to a company-entity). I am only interested in the id and the name of the company. As…
-
Here's my stackoverflow question. Hope you can help me generate images that i uploaded through flamelink and is now referenced at firestore and stored in firebase
https://stackoverflow.com/questions/…
-
- [x] Ordering on the Case Study overview page is not working (https://www.gatsbyjs.com/docs/graphql-reference/) Have a look at the sort option. We need to sort by order
~~- [ ] Add Flamelink featu…