Sam Pierce Lolla
Sam Pierce Lolla
https://github.com/facebook/create-react-app/releases
Paginate util component with an items-per-page param and a next-key state, all hitting a new related supermodel method (getAllPaginated?)
It's tempting to say "just add a link for people who want to do this" But pagination was one of the things that sent me to Express over Firebase (along...
Soft prerequisite - https://github.com/green-arrow/react-firestore/issues/3
Now that Firefly uses `react-firestore` everywhere, let's make that a hard dependency :)
Yes please! @jaydenseric's suggestion also supports files I have `.env.stage` `.env.live` etc etc
Just had this issue myself--turns out you have to double the size value. From the docs: `size(halfPts): Set the font size, measured in half-points` https://docx.js.org/#/usage/styling-with-js?id=run-formatting
something like ```jsx import Firebase from 'firebase/app' import React from 'react' class FirestoreCollectionGroup extends React.Component { state = { isLoading: true, error: null, data: null, snapshot: null, } componentDidMount() {...
Actually just ran into a problem with collectionGroups and may not use them after all, but leaving open in case others have a need
I'm new here, but this looks like a backend API. Are you trying to use it from the front-end? If so, this is the error I would expect.