Re: [elm-discuss] Anyone using Firebase 3.0 with Elm 0.17?

2016-11-29 Thread Richard Haven
I'm available to help with test and documentation.

Cheers

On Wednesday, August 17, 2016 at 4:29:49 AM UTC-7, Thomas Weiser wrote:
>
> I have sketched an API for an effect manager module and will discuss it 
> soon with you all. 
>
> First I will target Firebase's existing realtime database and 
> authentication API before switching to Firebase 3.0 and its new 
> authentication API. I have not looked into Firebase's new storage API yet. 
>
> Sorry for the long delay. Time is very limited atm. Will be better from 
> September onwards. 
>
>
> On 17.08.2016 09:29, Corey Trampe wrote: 
> > I've been watching ElmFire for the 0.17 update 
> > , and Firebase 3.x 
> > support , but I 
> > guess Thomas Weiser hasn't had time to work on it. (And I'm not here 
> > to complain about free software! Thanks, Thomas, for sharing your good 
> > work.) 
> > 
> > But in the meantime... is anyone using Firebase 3.x with Elm 0.17? 
> > 
> > Are you using ports, or a custom effect manager? 
> > 
> > How's it working out? Can you share what you've learned? 
> > 
> > ( I need the new API for Storage 
> > . ) 
> > 
> > Thanks! 
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Anyone using Firebase 3.0 with Elm 0.17?

2016-11-14 Thread David James
I would also be happy to test and contribute to an Elm 0.18 update to 
ElmFire.

On Sunday, October 23, 2016 at 6:14:13 PM UTC-7, Scott Mueller wrote:
>
> Just a friendly bump and vote for Elm 0.18 and Firebase 3.0 support... 
> Also happy to help with this.
>
> On Wednesday, August 17, 2016 at 4:29:49 AM UTC-7, Thomas Weiser wrote:
>>
>> I have sketched an API for an effect manager module and will discuss it 
>> soon with you all. 
>>
>> First I will target Firebase's existing realtime database and 
>> authentication API before switching to Firebase 3.0 and its new 
>> authentication API. I have not looked into Firebase's new storage API 
>> yet. 
>>
>> Sorry for the long delay. Time is very limited atm. Will be better from 
>> September onwards. 
>>
>>
>> On 17.08.2016 09:29, Corey Trampe wrote: 
>> > I've been watching ElmFire for the 0.17 update 
>> > , and Firebase 3.x 
>> > support , but I 
>> > guess Thomas Weiser hasn't had time to work on it. (And I'm not here 
>> > to complain about free software! Thanks, Thomas, for sharing your good 
>> > work.) 
>> > 
>> > But in the meantime... is anyone using Firebase 3.x with Elm 0.17? 
>> > 
>> > Are you using ports, or a custom effect manager? 
>> > 
>> > How's it working out? Can you share what you've learned? 
>> > 
>> > ( I need the new API for Storage 
>> > . ) 
>> > 
>> > Thanks! 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Anyone using Firebase 3.0 with Elm 0.17?

2016-10-23 Thread Scott Mueller
Just a friendly bump and vote for Elm 0.18 and Firebase 3.0 support... Also 
happy to help with this.

On Wednesday, August 17, 2016 at 4:29:49 AM UTC-7, Thomas Weiser wrote:
>
> I have sketched an API for an effect manager module and will discuss it 
> soon with you all. 
>
> First I will target Firebase's existing realtime database and 
> authentication API before switching to Firebase 3.0 and its new 
> authentication API. I have not looked into Firebase's new storage API yet. 
>
> Sorry for the long delay. Time is very limited atm. Will be better from 
> September onwards. 
>
>
> On 17.08.2016 09:29, Corey Trampe wrote: 
> > I've been watching ElmFire for the 0.17 update 
> > , and Firebase 3.x 
> > support , but I 
> > guess Thomas Weiser hasn't had time to work on it. (And I'm not here 
> > to complain about free software! Thanks, Thomas, for sharing your good 
> > work.) 
> > 
> > But in the meantime... is anyone using Firebase 3.x with Elm 0.17? 
> > 
> > Are you using ports, or a custom effect manager? 
> > 
> > How's it working out? Can you share what you've learned? 
> > 
> > ( I need the new API for Storage 
> > . ) 
> > 
> > Thanks! 
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Anyone using Firebase 3.0 with Elm 0.17?

2016-08-17 Thread Thomas Weiser
I have sketched an API for an effect manager module and will discuss it 
soon with you all.


First I will target Firebase's existing realtime database and 
authentication API before switching to Firebase 3.0 and its new 
authentication API. I have not looked into Firebase's new storage API yet.


Sorry for the long delay. Time is very limited atm. Will be better from 
September onwards.



On 17.08.2016 09:29, Corey Trampe wrote:
I've been watching ElmFire for the 0.17 update 
, and Firebase 3.x 
support , but I 
guess Thomas Weiser hasn't had time to work on it. (And I'm not here 
to complain about free software! Thanks, Thomas, for sharing your good 
work.)


But in the meantime... is anyone using Firebase 3.x with Elm 0.17?

Are you using ports, or a custom effect manager?

How's it working out? Can you share what you've learned?

( I need the new API for Storage 
. )


Thanks!


--
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Anyone using Firebase 3.0 with Elm 0.17?

2016-08-17 Thread Corey Trampe
I've been watching ElmFire for the 0.17 update 
, and Firebase 3.x 
support , but I guess 
Thomas Weiser hasn't had time to work on it. (And I'm not here to complain 
about free software! Thanks, Thomas, for sharing your good work.)

But in the meantime... is anyone using Firebase 3.x with Elm 0.17?

Are you using ports, or a custom effect manager?

How's it working out? Can you share what you've learned?

( I need the new API for Storage . 
)

Thanks!


-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.