Я не смог настроить admin модуль на сохранение- получение пользовател…#43
Open
svoronuk wants to merge 1 commit intoromabelka:masterfrom
Open
Я не смог настроить admin модуль на сохранение- получение пользовател…#43svoronuk wants to merge 1 commit intoromabelka:masterfrom
svoronuk wants to merge 1 commit intoromabelka:masterfrom
Conversation
…ей из-за ошибки, что привел в чате. Drag & drop эвентов и людей работает в элемент <Trash/>
Owner
|
А зачем admin модуль? |
romabelka
reviewed
Dec 3, 2018
|
|
||
| export default connect( | ||
| null, | ||
| { addPersonToEvent } |
Author
|
Это случайный попаданец. он тут не нужен)
…On Mon, Dec 3, 2018 at 3:00 PM Roman ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/components/trash/trash.js
<#43 (comment)>
:
> +
+const spec = {
+ drop(props, monitor) {
+ ***@***.*** here should be delete via sagas workflow
+ }
+}
+
+const collect = (connect, monitor) => ({
+ dropTarget: connect.dropTarget(),
+ canDrop: monitor.canDrop(),
+ isOver: monitor.isOver()
+})
+
+export default connect(
+ null,
+ { addPersonToEvent }
Зачем?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVXLvvEgB6TJmQcdG7zD0osTK48U2KYIks5u1RJugaJpZM4Y9jDe>
.
|
Author
|
Что касатеся модуля, то доступ к менеджменту
пользователей(создание/удаление/получение) возможен лишь с рут правами, а
их может дать лишь модуль admin-firebase:
https://firebase.google.com/docs/auth/admin/manage-users#list_all_users
…On Mon, Dec 3, 2018 at 4:04 PM Сергей Воронюк ***@***.***> wrote:
Это случайный попаданец. он тут не нужен)
On Mon, Dec 3, 2018 at 3:00 PM Roman ***@***.***> wrote:
> ***@***.**** commented on this pull request.
> ------------------------------
>
> In src/components/trash/trash.js
> <#43 (comment)>
> :
>
> > +
>
> +const spec = {
>
> + drop(props, monitor) {
>
> + ***@***.*** here should be delete via sagas workflow
>
> + }
>
> +}
>
> +
>
> +const collect = (connect, monitor) => ({
>
> + dropTarget: connect.dropTarget(),
>
> + canDrop: monitor.canDrop(),
>
> + isOver: monitor.isOver()
>
> +})
>
> +
>
> +export default connect(
>
> + null,
>
> + { addPersonToEvent }
>
>
> Зачем?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#43 (review)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AVXLvvEgB6TJmQcdG7zD0osTK48U2KYIks5u1RJugaJpZM4Y9jDe>
> .
>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ей из-за ошибки, что привел в чате. Drag & drop эвентов и людей работает в элемент