Feature Discussions #121
Replies: 13 comments 75 replies
-
@keyurgit45 For the Book collection you just need to store the id of the owner of the book. Rest everything will remain the same. But we cannot be just the uid created in Firebase because the same owner can have multiple books. So we need to look into it. @ankitoscar what other way can be proposed? |
Beta Was this translation helpful? Give feedback.
-
Yes, the methods are already created, you just need to add the missing fields |
Beta Was this translation helpful? Give feedback.
-
The collective doesn't need to have any id.
Every time one login the id may change so its not constant also
…On Wed, Oct 6, 2021, 13:11 Keyur Gandhi ***@***.***> wrote:
As you know firebase has a collection document collection document model.
So every user(collection) document can have a collection Books which
consists of all the books we have.
We can in addition to that also make a separate collection to store all
the books.
This way fetching can be easier.
Inputting the data in two places.
I hope you understood
That is a good idea. To make collection for users we are taking collection
id from firebaseauth.instance.currentuset.uid
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIU6QBYV2V6FNE72VC3CJX3UFP4TJANCNFSM5FLI6SVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, I was confused, yes you are right. We can go by what you said
…On Wed, Oct 6, 2021, 14:04 Harsh Bhudolia ***@***.***> wrote:
The collective doesn't need to have any id.
Every time one login the id may change so its not constant also
On Wed, Oct 6, 2021, 13:11 Keyur Gandhi ***@***.***> wrote:
> As you know firebase has a collection document collection document model.
>
> So every user(collection) document can have a collection Books which
> consists of all the books we have.
>
> We can in addition to that also make a separate collection to store all
> the books.
>
> This way fetching can be easier.
>
> Inputting the data in two places.
>
> I hope you understood
>
> That is a good idea. To make collection for users we are taking
> collection id from firebaseauth.instance.currentuset.uid
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#121 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AIU6QBYV2V6FNE72VC3CJX3UFP4TJANCNFSM5FLI6SVA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
video_2021-10-06_23-17-22.mp4Should I make PR so can review the code? @Mohitmadhav |
Beta Was this translation helpful? Give feedback.
-
@keyurgit45 I found the cause...Have a look at: https://stackoverflow.com/questions/7908954/google-books-api-searching-by-isbn And note the difference between:
We were using the first one, but we need the second one. Both of them are - The Alchemist Now you can resolve this. |
Beta Was this translation helpful? Give feedback.
-
@keyurgit45 I got an exceptional case: |
Beta Was this translation helpful? Give feedback.
-
@keyurgit45 the bookmark is working now, you can pull it from main. |
Beta Was this translation helpful? Give feedback.
-
@Mohitmadhav Regarding the user_preferences issue, the chips are not clickable. It is happening because of the package, so I tried changing the packages which support null safety but no one worked so can we write our own implementation for that? |
Beta Was this translation helpful? Give feedback.
-
@keyurgit45 lets look at the explore screen and then chat. |
Beta Was this translation helpful? Give feedback.
-
Hey @keyurgit45, sorry for the late reply. I was busy with college academics and stuff. Can you take up the Firebase Chat issue after which we can release it in the play store? (I'll look into other bugs and features after 15th) |
Beta Was this translation helpful? Give feedback.
-
@keyurgit45 No specific deadline but we plan to launch it in playstore by the month of June, while simulataneously @Mohitmadhav will be working on UI/UX to have a more professional feel to it. |
Beta Was this translation helpful? Give feedback.
-
Hello Contributors 💯
Here we'll be discussing:
Feel free to give inputs on how can we make the app better and improve its scalability 💥
Beta Was this translation helpful? Give feedback.
All reactions