Coder Social home page Coder Social logo

Firebase core - how to use it about plugins HOT 6 CLOSED

Stuggy avatar Stuggy commented on May 26, 2024
Firebase core - how to use it

from plugins.

Comments (6)

swift-kim avatar swift-kim commented on May 26, 2024

AFAIK, firebase_core_tizen is a base package for supporting other FlutterFire plugins. firebase_auth_tizen and firebase_functions_tizen are currently under review, but there's currently no package for Tizen that supports "saving data" to the cloud (because flutterfire_desktop doesn't support it either).

@daeyeon @hs0225 Do you have any comments?

from plugins.

Stuggy avatar Stuggy commented on May 26, 2024

Ok thanks for the reply but I have been saving to the cloud using I think the package I mentioned above. I think it wasn't specifically Tizen but was Dart and worked. Now after coming back to my app I am getting errors that probably are not specifically TIzen but related to updated packages I assume. I'll copy and paste the errors.

from plugins.

Stuggy avatar Stuggy commented on May 26, 2024
flutter-tizen run
url_launcher_tizen is available on pub.dev. Did you forget to add to pubspec.yaml?
Launching tizen\flutter\generated_main.dart on Tizen SM-R820 in debug mode...`
lib/status.dart:22:23: Error: Couldn't find constructor 'Jiffy'.
    var currentTime = Jiffy(DateTime.now());
                      ^^^^^
lib/status.dart:36:23: Error: Couldn't find constructor 'Jiffy'.
    var timeElapsed = Jiffy('${hour.toInt()}:${minute.toInt()}', 'hh:mm');
                      ^^^^^
/C:/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_database_rest-1.0.3/lib/src/rest/models/stream_event.freezed.dart:25:13: Error: Method not found: 'FallThroughError'.
      throw FallThroughError();
            ^^^^^^^^^^^^^^^^`

The main error is the 'FallThroughError'. that I haven't been able to solve yet. I did not have this error before so I'm thinking it cam e from some updated packages.

from plugins.

Stuggy avatar Stuggy commented on May 26, 2024

I did a temporary fix by replaced FallThroughError with UnspecifiedError.

On another front I can't get the Samsung certificate manager to create a Samsung certificate. I just get a blank screen on the login. Onward I guess...

from plugins.

swift-kim avatar swift-kim commented on May 26, 2024

@Stuggy Tizen Certificate Manager is trash and often broken. If you're on Windows, please refer to the following link and try another machine (macOS or Linux) if available (or just wait until the issue gets fixed).

https://forum.developer.samsung.com/t/trying-to-log-in-to-get-a-distribute-certificate

Also as far as I heard our member @daeyeon is working on a Tizen version of the firebase_database plugin. I hope it will be available soon.

from plugins.

Stuggy avatar Stuggy commented on May 26, 2024

Thanks for the idea. I had considered trying something like that. I have Ubuntu on one device that I can try.

from plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.