squanchy-dev / squanchy-flutter

Flutter implementation of the Squanchy conference app
http://squanchy.net
Apache License 2.0
55 stars 7 forks source link

Automatically log in users anonymously with Firebase Auth #22

Open rock3r opened 6 years ago

rock3r commented 6 years ago

When the user starts the app for the first time they must be assigned an anonymous Firebase Auth identity so we can enforce access rules (e.g., allow reading but not writing).

acidjazz commented 6 years ago

I've been trying to sing in anonymously in firebase to use the cloud storage w/out registering a user yet, does this mean that I can't do this yet?

I'm trying to use the example code and I get getting


[ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
MissingPluginException(No implementation found for method signInAnonymously on channel plugins.flutter.io/firebase_auth)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:153:7)
fourlastor commented 6 years ago

hi @acidjazz, I think you might have misunderstood this issue: this repository is about Squanchy, a conference schedule application, this particular one is about the Flutter implementation of it.

This issue is one of the features already present in the Android app, which is to automatically sign in users anonymously in the app.

This repository isn't affiliated with Firebase. For your issue I can suggest either reporting a bug: https://firebase.google.com/support/contact/bugs-features/ or asking on StackOverflow with the tag "firebase": https://stackoverflow.com/questions/tagged/firebase

acidjazz commented 6 years ago

@fourlastor thanks, apologies, i somehow got my repos/issue search mixed up.