Help with Firestore #342
-
Hello, i am creating a blog with next.js and i were trying to implement mdx components but i couldn't find any solution so i found something like in magicui code (this repo) so i don't know how to implement it. I use firestore that retrieves the post data and then calls a firebase storage bucket to get the mdx file. Can I implement it with content-colections? And how? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also, how can i make it work withe sentry?? |
Beta Was this translation helpful? Give feedback.
-
Sorry, but i don't think that Content Collections is the right tool for your use case. Content Collections is all about collecting local files. There is no way to collect files from a remote location. |
Beta Was this translation helpful? Give feedback.
Sorry, but i don't think that Content Collections is the right tool for your use case. Content Collections is all about collecting local files. There is no way to collect files from a remote location.