Hi there Is it possible to have least
Hi there! Is it possible to have least amount of permissions to assign to Rowy IAM?
Looking for some advice I want to use a
Looking for some advice. I want to use a task extension to update multiple columns on a row, but it's not obviously documented. There's a
change
param that I can use, but the type is any
so I'm unsure how I should use it. If I want to update multiple columns, should I do something like add the new/updated columns as properties to change
then do ref.update(change)
within the extension?Rerun Derivative Column For Empty Cells
Hello, I have a derivative column that calls an external api to fill the cell. After a full run, there are some cells that were not filled in. How do I rerun the code on just those rows with blank cells?
Thanks for this So not possible to have
Thanks for this. So not possible to have it visible in the table grid view?
Replace or substitute the file path with .JPG instead of .MP4
Hi @Bhavya ✨. I’m sorry to bother you again, but I’ve been having difficulties with this use case. I might not have explained it correctly my previous example.
I’m looking to take the file path to a video saved in Firebase storage (URL + token)
Replace or substitute the file path with .JPG instead of .MP4,
Then return the getdownloadURL of that image path + image token....
string to array derivative
Hi @Rambo we currently do not support import of complex fields like array with csv. We will be improving this in the future releases. In the meantime you can import them as a text field and have another derivate column to parses them into to stored into a Firestore array field.
Integration
Hi All 👋 - we're evaluating whether to hop on the Rowy train, but had a few questions. Is there a way to sync Rowy with Xano by chance or is there any potential integration (similar to AirTable) that might happen with Xano? There are some critical items we are performing in Xano that we love (creating all the API's) but I love the flexibility of Rowy's backend and incorporating NPM packages directly into some of our code.
General question how long does it take
General question: how long does it take to deploy a cloud function with Rowy? (example function: get screenshot of a given URL with puppeteer)
Thanks I can t seem to find the few
Thanks.. I can't seem to find the few things you found that I could try, do you mind pointing me in that direction please.
Hey new to Rowy Can I connect my
Hey, new to Rowy. Can I connect my existing firestore collection to Rowy table?
Firebase Storage rules
Hello, would you know why I have to update all my rules when connecting to my Firestore DB? to add Rowy as an admin makes sense but for example as we are doing other tests, read/write is authorized by all -> is it possible to bypass that?
Rename collections in Rowy
Rename a collection basically. The way that you suggest would be one I assume. Just downloaded firefoo and it happened in a jiffy.
streamlining customer support
Hi @everyone 👋
We have been using Discord for all community discussions on Rowy - including support. Which hasn't been great - as conversations tend to get lost 👎
So, we have decided to move support for Rowy to Github Discussions 🎉 It is a forum that is searchable and allows you to see if others faced similar issues / how they solved it. We hope this transition will give a better quality of support and we welcome any feedback....
Can’t see collections when creating tables
Im getting the following on the web console
Rowy Run: Not set up /listCollections
I suppose this is why i cant see my collections... any idea on how to fix it? Thanks...
Contribution to rowy backed
can anyone guide me on how I start contributing to rowy? my tech stack is typescript primarily
Update a field value for all rows
Hey everyone, was wondering if anyone knows if the new version update now has an option to update all fields of a certain column at once.
Question to the rowy documentation - Doc Snyc
And one more question: For the Doc Sync Extension to work currently the the columns of both documents have to have the same fieldkey (name), ist that corect? Or is there a way to make it work without that in rowy. At the moment I dont see it since there is only one target path and no logic to tell rowy which data should get synchronized to which field.
Scheduled tasks in rowy
Is there a possibility to run automated scheduled tasks via cloud function in rowy like onCreate, onUpdate, onDelete?